Table of Contents

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

x float

The x-coordinate of the point.

y float

The y-coordinate of the point.

SvgPointF(double, double)

Initializes a new instance of the SvgPointF structure with the specified coordinates.

public SvgPointF(double x, double y)

Parameters

x double

The x-coordinate of the point.

y double

The y-coordinate of the point.