Search
RenderContext.getClipRect Method
See Also
 






Gets the clip rectangle relative to specified Component.

Namespace: MindFusion.Charting
File: RenderContext.js

 Syntax

JavaScript  Copy Code

function getClipRect (relativeTo)

 Parameters

relativeTo

A Component instance.

 Return Value

A Rect instance.

 See Also