Click or drag to resize

SvgShear Constructor (Single, Single)

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

Namespace:  Svg.Transforms
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public SvgShear(
	float x,
	float y
)
Request Example View Source

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
See Also