ComponentOne Bitmap for UWP
Column1 Property (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : Column1 Property
Gets or sets the first column in the matrix; that is M11, M21, M31, and M41.
Syntax
'Declaration
 
Public Property Column1 As Vector4
public Vector4 Column1 {get; set;}
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members