Click or drag to resize

mxUtilsFillClippedRect Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static void FillClippedRect(
	Graphics g,
	Brush brush,
	int x,
	int y,
	int width,
	int height
)
Request Example View Source

Parameters

g
Type: System.DrawingGraphics
brush
Type: System.DrawingBrush
x
Type: SystemInt32
y
Type: SystemInt32
width
Type: SystemInt32
height
Type: SystemInt32
See Also