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