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