GraphicsSaveAndClip Method

Stores state of the current graphics object and sets the clipping rectangle afterwards.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public void SaveAndClip(
	RectangleF bounds
)

Parameters

bounds  RectangleF
Modifies the clipping path to be the intersection of the current path and the supplied rectangle.

Implements

IGraphicsSaveAndClip(RectangleF)

See Also