PaintEventOptions Constructor
Initializes a new instance of the
PaintEventOptions class with the specified graphics and clipping rectangle.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public PaintEventOptions(
IGraphics Graphics,
RectangleF ClipRectangle
)
Public Sub New (
Graphics As IGraphics,
ClipRectangle As RectangleF
)
public:
PaintEventOptions(
IGraphics^ Graphics,
RectangleF ClipRectangle
)
new :
Graphics : IGraphics *
ClipRectangle : RectangleF -> PaintEventOptions
Parameters
- Graphics IGraphics
- ClipRectangle RectangleF