Plane.Scale Method

Language:

Scales the plane with a given scaling factor.

Definition

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

Parameters

s System.Single
Scale factor.

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