Share

ScaleFactor2D.ScaleFactor2D(ScaleFactor, ScaleFactor) Constructor

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.

Links

ScaleFactor2D Structure, Autodesk.Windows Namespace

Was this information helpful?