Click or drag to resize

mxICanvas2DRotate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Rotates the canvas by the given angle around the given center. This method may add rendering overhead and should be used with care.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
void Rotate(
	double theta,
	bool flipH,
	bool flipV,
	double cx,
	double cy
)
Request Example View Source

Parameters

theta
Type: SystemDouble
Rotation angle in degrees (0 - 360).
flipH
Type: SystemBoolean
Specifies if drawing should be flipped horizontally.
flipV
Type: SystemBoolean
Specifies if drawing should be flipped vertically.
cx
Type: SystemDouble
X-coordinate of the center point.
cy
Type: SystemDouble
Y-coordinate of the center point.
See Also