ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / ScaleVector Property

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