Dimensions

System.Drawing.Size IMatrix.Dimensions { get; }

Gets the dimensions of the matrix.

Value

Size – Size struct containing the number of rows (Height) and columns (Width) of the matrix.

Throws