'Declaration Public Property PointTransform As Vintasoft.Imaging.UI.VisualTools.ImageViewerPointFTransform
public Vintasoft.Imaging.UI.VisualTools.ImageViewerPointFTransform PointTransform { get; set; }
public: __property Vintasoft.Imaging.UI.VisualTools.ImageViewerPointFTransform* get_PointTransform(); public: __property void set_PointTransform(
Vintasoft.Imaging.UI.VisualTools.ImageViewerPointFTransform* value
);
public:
property Vintasoft.Imaging.UI.VisualTools.ImageViewerPointFTransform^ PointTransform { Vintasoft.Imaging.UI.VisualTools.ImageViewerPointFTransform^ get(); void set(Vintasoft.Imaging.UI.VisualTools.ImageViewerPointFTransform^ value); }
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.
Not null - the coordinate space of object depends from the transform specified by property.
Default value is null.