Click or drag to resize

SvgRotate Constructor (Single, Single, Single)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the SvgRotate class

Namespace:  Svg.Transforms
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgRotate(
	float angle,
	float centerX,
	float centerY
)
Request Example View Source

Parameters

angle
Type: SystemSingle
centerX
Type: SystemSingle
centerY
Type: SystemSingle
See Also