VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.GraphicObjects Namespace / GraphicObject Class / PointTransform Property
Syntax Example Requirements SeeAlso
In This Topic
    PointTransform Property (GraphicObject)
    In This Topic
    Gets or sets a point transform of the object.
    Syntax

    Property Value

    Null - the coordinate space of object is equal to the coordinate space of image viewer, i.e. object point with coordinate (0;0) coincides with the left-top point of image viewer;
    Not null - the coordinate space of object depends from the transform specified by property.

    Default value is null.
    Example

    Please see example here.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also