Vector2.Scale Method

Language:

Scales a 2-D vector.

Definition

Visual Basic Public Sub Scale( _
    ByVal scalingFactor As Single _
)
C# public void Scale(
    float scalingFactor
);
C++ public:
void Scale(
    float scalingFactor
);
JScript public function Scale(
    scalingFactor : float
);

Parameters

scalingFactor System.Single
Scaling value.

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center