Painter2D.SaveToVectorImage

Declaration

public bool SaveToVectorImage(UIElements.VectorImage vectorImage);

Parameters

vectorImage The VectorImage object that will be initialized with this painter. This object should not be null.

Returns

bool True if the VectorImage initialization succeeded. False otherwise.

Description

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.


Did you find this page useful? Please give it a rating: