VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPointScaleTransform Class
Constructors Properties Methods SeeAlso
In This Topic
VintasoftPointScaleTransform Class Members
In This Topic
The following tables list the members exposed by VintasoftPointScaleTransform.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the VintasoftPointScaleTransform 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 scale factor.
Public PropertyGets the Y scale factor.
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)Overloaded. Transforms the bounding box. (Inherited from VintasoftPointTransform)
Public MethodOverloaded. Transforms the specified point coordinates using this .
Public MethodTransforms the specified points using this VintasoftPointScaleTransform.
Public MethodOverloaded. Transforms the specified vector coordinates using this .
Public MethodTransforms the specified vectors using this VintasoftPointScaleTransform.
See Also