'Declaration Public Property PointTransform As Vintasoft.Imaging.Wpf.UI.VisualTools.WpfImageViewerPointTransform
public Vintasoft.Imaging.Wpf.UI.VisualTools.WpfImageViewerPointTransform PointTransform { get; set; }
public: __property Vintasoft.Imaging.Wpf.UI.VisualTools.WpfImageViewerPointTransform* get_PointTransform(); public: __property void set_PointTransform(
Vintasoft.Imaging.Wpf.UI.VisualTools.WpfImageViewerPointTransform* value
);
public:
property Vintasoft.Imaging.Wpf.UI.VisualTools.WpfImageViewerPointTransform^ PointTransform { Vintasoft.Imaging.Wpf.UI.VisualTools.WpfImageViewerPointTransform^ get(); void set(Vintasoft.Imaging.Wpf.UI.VisualTools.WpfImageViewerPointTransform^ 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.