[]
        
(Showing Draft Content)

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

ShapePointM Class

Represents 2D point with M value.

Inheritance
ShapePointM
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 sealed class ShapePointM : ShapePoint

Constructors

Name Description
ShapePointM(double, double, double)

Initializes new instance of ShapePointM.

Properties

Name Description
M

Gets the M value.

Extension Methods