Renderer.Rotate Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Applies a rotation to the GetViewTransform.
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 | |
---|---|---|
Rotate(Single) | Applies a rotation of a specified amount about a specified point to the GetViewTransform. | |
Rotate(Single, Point) | Applies a rotation of a specified amount about th origin to the GetViewTransform. |
Top