Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Item Property

In This Topic
    Item Property (Transformation)
    In This Topic
    Direct access on matrix values.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal m As Integer, _
       ByVal n As Integer _
    ) As Double
    public double this[ 
       int m,
       int n
    ]; {get; set;}

    Parameters

    m
    n
    See Also