Click or drag to resize

PointD Structure

[Missing <summary> documentation for "T:Cadcorp.Web.UI.OpenLayers.PointD"]

Namespace:  Cadcorp.Web.UI.OpenLayers
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public struct PointD

The PointD type exposes the following members.

Constructors
  NameDescription
Public methodPointD(Double, Double)
Initializes a new instance of the PointD class
Public methodPointD(Double, Double, String)
Initializes a new instance of the PointD class
Top
Properties
  NameDescription
Public propertyEPSGCode
Public propertyIsEmpty
Public propertyX
Public propertyY
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
Top
See Also