ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / ScaleVector Property

In This Topic
    ScaleVector Property (Matrix3x2)
    In This Topic
    Gets or sets the scale of the matrix; that is M11, M22.
    Syntax
    'Declaration
     
    Public Property ScaleVector As Vector2
    public Vector2 ScaleVector {get; set;}
    See Also