VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfPixelsToImageViewerPointTransform Class
Constructors Properties Methods SeeAlso
In This Topic
WpfPixelsToImageViewerPointTransform Class Members
In This Topic
The following tables list the members exposed by WpfPixelsToImageViewerPointTransform.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the WpfPixelsToImageViewerPointTransform class.
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Gets the identity transform. (Inherited from WpfPointTransform)
Public PropertyGets a value indicating whether the transform is invertible. (Inherited from WpfImageViewerPointTransform)
Public PropertyGets or sets the WpfImageViewer object associated with this transform. (Inherited from WpfImageViewerPointTransform)
Public Methods
 NameDescription
Public MethodReturns the inverse transform. (Inherited from WpfImageViewerPointTransform)
Public MethodReturns the AffineMatrix of world transformation from the image coordinate space to the control coordinate space.
Public MethodTransforms the specified point by this WpfImageViewerPointTransform and returns the result. (Inherited from WpfImageViewerPointTransform)
Public MethodTransforms the specified points by this WpfImageViewerPointTransform. (Inherited from WpfImageViewerPointTransform)
Public MethodTransforms the specified vector by this WpfImageViewerPointTransform. (Inherited from WpfImageViewerPointTransform)
Public MethodTransforms the specified vectors by this WpfImageViewerPointTransform. (Inherited from WpfImageViewerPointTransform)
See Also