ComponentOne Bitmap for UWP
C1.UWP.DX 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