Description
Constructs a scale from the first two parameters of an array
Visual Basic
Public Sub New( xy As double[] )
C#
public Scale2d( double\[\] xy );
Parameters
Parameters | Description |
---|---|
double[] xy | Input array |
Constructs a scale from the first two parameters of an array
Public Sub New( xy As double[] )
public Scale2d( double\[\] xy );
Parameters | Description |
---|---|
double[] xy | Input array |