Renderer.Scale Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Scales the GetViewTransform in the X and Y dimensions.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Scale(Single, Single) | Scales the GetViewTransform in the X and Y dimensions. The scaling factor is applied to the width of the drawing attributes of the ink. | |
Scale(Single, Single, Boolean) | Scales the GetViewTransform in the X and Y dimensions. When the scaling factors are not applied to the width of the drawing attributes of the ink (by passing false to the applyOnPenWidth parameter), the scaling occurs on the GetObjectTransform instead. |
Top