SVGSVGElement.CreateSVGAngle

SVGSVGElement.CreateSVGAngle method

Creates an SVGAngle object outside of any document trees. The object is initialized to the value 0 degrees (unitless).

public SVGAngle CreateSVGAngle()

Return Value

An SVGAngle object.

See Also