VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / PointFTransform Class
Constructors Properties Methods SeeAlso
In This Topic
    PointFTransform Class Members
    In This Topic
    The following tables list the members exposed by PointFTransform.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the PointFTransform class.
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the identity transform.
    Public PropertyGets a value indicating whether this transform is invertible.
    Public Methods
     NameDescription
    Public MethodReturns the inverse transform.
    Public MethodConverts this transform to AffineMatrix.
    Public Methodstatic (Shared in Visual Basic)Transforms the bounding box.
    Public MethodTransforms the specified point by this PointFTransform and returns the result.
    Public MethodTransforms the specified points by this PointFTransform.
    Public MethodTransforms the specified vector by this PointFTransform.
    Public MethodTransforms the specified vectors by this PointFTransform.
    See Also