PaintEventOptions Constructor

Initializes a new instance of the PaintEventOptions class with the specified graphics and clipping rectangle.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public PaintEventOptions(
	IGraphics Graphics,
	RectangleF ClipRectangle
)

Parameters

Graphics  IGraphics
ClipRectangle  RectangleF

See Also