VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfImageViewerPointTransform Class
Constructors Properties Methods SeeAlso
In This Topic
    WpfImageViewerPointTransform Class Members
    In This Topic
    The following tables list the members exposed by WpfImageViewerPointTransform.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the WpfImageViewerPointTransform 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.
    Public PropertyGets or sets the WpfImageViewer object associated with this transform.
    Public Methods
     NameDescription
    Public MethodReturns the inverse transform.
    Public MethodReturns the AffineMatrix of the WpfImageViewerPointTransform.
    Public MethodTransforms the specified point by this WpfImageViewerPointTransform and returns the result.
    Public MethodTransforms the specified points by this WpfImageViewerPointTransform.
    Public MethodTransforms the specified vector by this WpfImageViewerPointTransform.
    Public MethodTransforms the specified vectors by this WpfImageViewerPointTransform.
    See Also