Eyeshot 10 WinForms API Reference
Item Property (Transformation)

WinForms Assembly > devDept.Geometry Namespace > Transformation Class : Item Property
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

Reference

Transformation Class
Transformation Members