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: 12.0.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