VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / ImageViewerPointFTransform Class
Constructors Properties Methods SeeAlso
In This Topic
ImageViewerPointFTransform Class Members
In This Topic
The following tables list the members exposed by ImageViewerPointFTransform.
Protected Constructors
 NameDescription
Protected ConstructorInitializes a new instance of the ImageViewerPointFTransform 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.
Public PropertyGets or sets the ImageViewer object associated with this transform.
Public Methods
 NameDescription
Public MethodReturns the inverse transform.
Public MethodConverts this transform to AffineMatrix. (Inherited from PointFTransform)
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.
Public MethodTransforms the specified points by this ImageViewerPointFTransform.
Public MethodTransforms the specified vector by this ImageViewerPointFTransform.
Public MethodTransforms the specified vectors by this ImageViewerPointFTransform.
See Also