Sets the specified value of the element at the specified row and column of this transformation matrix.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetElementAt( _
LONG Row As System.Integer, _
LONG Column As System.Integer, _
DOUBLE NewVal As System.Double _
) |
C# | |
---|
void SetElementAt(
System.int Row,
System.int Column,
System.double NewVal
) |
Parameters
- Row
- Row position of transform matrix
- Column
- Column position of transform matrix
- NewVal
- Value of element at Row and Column position
See Also
Availability
DraftSight V1R1.4