ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / Height Property

In This Topic
    Height Property (TransformMatrix)
    In This Topic
    Get the row number of the matrix.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Height As Integer
    public int Height {get;}

    Property Value

    A int value indicates the height of the matrix.
    See Also