struct VectorGraphicsSettings

Inherits: IScriptExportable

Settings that control how is a VectorPath drawn.

Public

Fields

Size

Size2 Size

Size of the area in which the path is being rasterized to, in pixels.

Canvas size will be mapped to this size according to .

ScalingMode

Determines how is canvas size mapped to .

Transform

Matrix4 Transform

Optional transform to apply to the path.

UseAntialiasing

bool UseAntialiasing

If true, path will be rasterized using higher quality rendering.

StencilStrokes

bool StencilStrokes

If true, strokes will be rasterized using higher quality rendering.

DevicePixelRatio

float DevicePixelRatio

Adjusts vector rendering to better match high DPI rendering.

Operators

operator==

bool operator==(const VectorGraphicsSettings &rhs) const