Click or drag to resize

PointF Class

Represents a PointF
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class PointF : MarshalByRefObject

The PointF type exposes the following members.

Properties
  NameDescription
Public propertyX
Gets or sets the x-coordinate of this PointF.
Public propertyY
Gets or sets the y-coordinate of this PointF.
Top
Operators
Remarks
Can be converted to and from PointF
See Also