Constructor SvgPointF
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
SvgPointF(float, float)
Initializes a new instance of the SvgPointF structure with the specified coordinates.
public SvgPointF(float x, float y)
Parameters
SvgPointF(double, double)
Initializes a new instance of the SvgPointF structure with the specified coordinates.
public SvgPointF(double x, double y)