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

In This Topic
    Item Property (TransformMatrix)
    In This Topic
    Gets or sets the value of element at special location.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Single
    public float this[ 
       int row,
       int column
    ]; {get; set;}

    Parameters

    row
    column

    Property Value

    A T indicates the element value.
    Remarks
    Note: The row and column are base on zero.
    See Also