ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / ShapePointZ Class / ShapePointZ Constructor
The x coordinate value.
The y coordinate value.
The z coordinate value.

In This Topic
    ShapePointZ Constructor
    In This Topic
    Initializes new instance of ShapePointZ
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double _
    )
    public ShapePointZ( 
       double x,
       double y,
       double z
    )

    Parameters

    x
    The x coordinate value.
    y
    The y coordinate value.
    z
    The z coordinate value.
    See Also