Click or drag to resize

MapShapeCurrentThickness Method

Retrieves the thickness for lines depending on the current scale.

Namespace:  Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public double CurrentThickness(
	double scale
)

Parameters

scale
Type: SystemDouble
Current scale of the map shape.

Return Value

Type: Double
Calculates stroke thickness.
See Also