ComponentOne Bitmap for UWP
ScaleVector Property (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : ScaleVector Property
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

Reference

Matrix4x4 Structure
Matrix4x4 Members