[]
        
(Showing Draft Content)

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

ShapePointZ Class

Represents the 3D point.

Inheritance
ShapePointZ
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 ShapePointZ : ShapePoint

Constructors

Name Description
ShapePointZ(double, double, double)

Initializes new instance of ShapePointZ

Properties

Name Description
Z

Gets the Z coordinate value.

Extension Methods