ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.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