| Parameter | Description | 
|---|---|
| vectorImage | The <see cref="VectorImage" /> object that will be initialized with this painter. This object should not be null. | 
bool True if the VectorImage initialization succeeded. False otherwise.
Saves the content of this Painter2D to a VectorImage object.
The size and content of the vector image will be determined from the bounding-box of the visible content of the painter object. Any offset of the visible content will not be saved in the vector image.