'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 - координатное пространство объекта равно координатному пространству просмотрщика изображений, т. е.точка объекта с координатой (0;0) совпадает с левой верхней точкой просмотрщика изображений;
Not null - координатное пространство объекта зависит от преобразования, указанного свойством.
Значение по умолчанию - null.
Not null - координатное пространство объекта зависит от преобразования, указанного свойством.
Значение по умолчанию - null.