C1.Excel Assembly / C1.Util Namespace / IRendering Interface / PushClipRect Method
X-coordinate of clip rectangle.
Y-coordinate of clip rectangle.
Clip rectangle width.
Clip rectangle height.

In This Topic
PushClipRect Method (IRendering)
In This Topic
Push the clip rectangle.
Syntax
'Declaration
 
Sub PushClipRect( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal w As System.Double, _
   ByVal h As System.Double _
) 
 

Parameters

x
X-coordinate of clip rectangle.
y
Y-coordinate of clip rectangle.
w
Clip rectangle width.
h
Clip rectangle height.
See Also