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
CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException
– Object is disposed.