VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPointTranslateScaleTransform Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftPointTranslateScaleTransform Class Members
    In This Topic
    The following tables list the members exposed by VintasoftPointTranslateScaleTransform.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftPointTranslateScaleTransform class.
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the identity transform. (Inherited from VintasoftPointTransform)
    Public PropertyGets a value indicating whether this transform is invertible.
    Public PropertyGets the X offset.
    Public PropertyGets the Y offset.
    Public PropertyGets the X scale fastor.
    Public PropertyGets the Y scale fastor.
    Public Methods
     NameDescription
    Public MethodCreates the point transform for constant X coordinate. (Inherited from VintasoftPointTransform)
    Public MethodCreates the point transform for constant Y coordinate. (Inherited from VintasoftPointTransform)
    Public MethodReturns the inverse transform.
    Public Methodstatic (Shared in Visual Basic)Transforms the bounding box. (Inherited from VintasoftPointTransform)
    Public MethodOverloaded. Transforms the specified point coordinates by this .
    Public MethodTransforms the specified points by this VintasoftPointTranslateScaleTransform.
    Public MethodOverloaded. Transforms the specified vector coordinates by this .
    Public MethodTransforms the specified vectors by this VintasoftPointTranslateScaleTransform.
    See Also