SvgImageItemGlobalTranslation Property

Get/Set a reference to the global translation for this image.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public FVector2 GlobalTranslation { get; set; }

Property Value

FVector2

Remarks

This value represents the crop value defined in the viewbox. In most cases, vectors outside the viewbox window won't be accessible, but there are some cases in which this translation could represent a portion of the image 'hanging in space', for example.

See Also