Table of Contents

Constructor PointF

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

PointF(float, float)

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

public PointF(float x, float y)

Parameters

x float

The horizontal position of the point.

y float

The vertical position of the point.