Description
Initializes a new instance of the structure.
Visual Basic
Public Sub New( factorX As double, factorY As double )
C#
public ScaleFactor2D( double factorX, double factorY );
Parameters
Parameters | Description |
---|---|
double factorX | The X component of the scale factor. |
double factorY | The Y component of the scale factor. |