Click or drag to resize

mxUtilsGetRotatedPoint Method (mxPoint, Double, Double, mxPoint)

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,
	mxPoint c
)
Request Example View Source

Parameters

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

Return Value

Type: mxPoint
See Also