[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData.ShapePoint

ShapePoint Class

Represents the 2D point.

Inheritance
ShapePoint
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("This is not used anywhere, and should be removed")]
public class ShapePoint

Constructors

Name Description
ShapePoint(double, double)

Initializes new instance of ShapePoint.

Properties

Name Description
X

Gets the X coordinate.

Y

Gets the Y coordinate.

Extension Methods