Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix3x2 Structure / TranslationVector Property

In This Topic
    TranslationVector Property (Matrix3x2)
    In This Topic
    Gets or sets the translation of the matrix; that is M31, M32.
    Syntax
    'Declaration
     
    Public Property TranslationVector As Vector2
    public Vector2 TranslationVector {get; set;}
    See Also