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

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

    Property Value

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