Pushes the specified clip rectangle onto the drawing context.
public void PushClip(
Rectangle
)
'Declaration
Public Sub PushClip( _
ByVal As Rectangle _
)
'Usage
Dim instance As PrintingContext
Dim clipBounds As Rectangle
instance.PushClip(clipBounds)
Parameters
- clipBounds
- The clip rectangle to apply to subsequent drawing commands.