IGraphicsSaveAndClip Method
Stores state of the current graphics object and sets the clipping rectangle afterwards.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
void SaveAndClip(
RectangleF bounds
)
Sub SaveAndClip (
bounds As RectangleF
)
void SaveAndClip(
RectangleF bounds
)
abstract SaveAndClip :
bounds : RectangleF -> unit
Parameters
- bounds RectangleF
- Modifies the clipping path to be the intersection of the current path and the supplied rectangle.