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