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