Version: 2022.3
LanguageEnglish
  • C#

Painter2D.SaveToVectorImage

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public bool SaveToVectorImage(UIElements.VectorImage vectorImage);

Parameters

vectorImage The <see cref="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.