Click or drag to resize
DigitalRuneRenderTransformTransform Method
Transforms the specified rectangle. (Does not work with rotations!)

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public RectangleF Transform(
	RectangleF rectangle
)

Parameters

rectangle
Type: DigitalRune.Game.UIRectangleF
The rectangle.

Return Value

Type: RectangleF
The transformed rectangle.
See Also