| RenderTransformTransform Method |
Transforms the specified rectangle. (Does not work with rotations!)
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public RectangleF Transform(
RectangleF rectangle
)
Public Function Transform (
rectangle As RectangleF
) As RectangleF
public:
RectangleF Transform(
RectangleF rectangle
)
member Transform :
rectangle : RectangleF -> RectangleF
Parameters
- rectangle
- Type: DigitalRune.Game.UIRectangleF
The rectangle.
Return Value
Type:
RectangleFThe transformed rectangle.
See Also