Share

ScaleFactor2D.ScaleFactor2D(double, double) Constructor

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.

Links

ScaleFactor2D Structure, Autodesk.Windows Namespace

Was this information helpful?