Click or drag to resize

mxUtilsGetRotatedPoint Method (mxPoint, Double, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Rotates the given point by the given cos and sin.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static mxPoint GetRotatedPoint(
	mxPoint pt,
	double cos,
	double sin
)
Request Example View Source

Parameters

pt
Type: imbSCI.Graph.MXGraph.utilsmxPoint
cos
Type: SystemDouble
sin
Type: SystemDouble

Return Value

Type: mxPoint
See Also