'Declaration Public Overloads Function PushClip( _ ByVal clipRect As System.Nullable(Of RectangleF) _ ) As GcGraphics.Clip
public GcGraphics.Clip PushClip( System.Nullable<RectangleF> clipRect )
Parameters
- clipRect
- The clipping rectangle. If this parameter is null, this method does nothing and returns null.
Return Value
The GcGraphics.Clip object that removes the clipping when disposed, or null.