'Declaration Public Default Property Item( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Single
'Declaration
Public Default Property Item( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Single
public float this[ int row, int column ]; {get; set;}
TransformMatrix Class TransformMatrix Members