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
)
Public Function CurrentThickness (
scale As Double
) As Double
public:
double CurrentThickness(
double scale
)
member CurrentThickness :
scale : float -> float
Parameters
- scale
- Type: SystemDouble
Current scale of the map shape.
Return Value
Type:
Double Calculates stroke thickness.
See Also