VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPointTranslateTransform Class
Constructors Properties Methods SeeAlso
In This Topic
VintasoftPointTranslateTransform Class Members
In This Topic
The following tables list the members exposed by VintasoftPointTranslateTransform.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the VintasoftPointTranslateTransform 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 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 by this .
Public MethodTransforms the specified points by this VintasoftPointTranslateTransform.
Public MethodOverloaded. Transforms the specified vector coordinates by this .
Public MethodTransforms the specified vectors by this VintasoftPointTranslateTransform.
Public Methodstatic (Shared in Visual Basic)Translates the points using the specified offset along X and Y axis.
See Also