Click or drag to resize

PointF Class

Represents a PointF
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Easymap.AddIn.Common.GraphicsPointF

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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
 NameDescription
Public operatorStatic member(PointF to PointF) Converts a PointF to a PointF.
Public operatorStatic member(PointF to PointF) Converts a PointF to a PointF.
Top
Remarks
Can be converted to and from PointF
See Also