Click or drag to resize

mxGdiCanvas2DRoundrect Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws a rounded rectangle.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Roundrect(
	double x,
	double y,
	double w,
	double h,
	double dx,
	double dy
)
Request Example View Source

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
w
Type: SystemDouble
h
Type: SystemDouble
dx
Type: SystemDouble
dy
Type: SystemDouble

Implements

mxICanvas2DRoundrect(Double, Double, Double, Double, Double, Double)
See Also