Click or drag to resize
HyperTextSetClipRect Method
Sets the clipping rectangle on this object's CanvasRenderer.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public override void SetClipRect(
	Rect clipRect,
	bool validRect
)

Parameters

clipRect
Type: Rect
Clipping rectangle.
validRect
Type: SystemBoolean
If set to then clipRect is a valid rectangle.

Implements

UI.IClippable.SetClipRect(Rect, Boolean)
See Also