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