Class ScaleTextAdornmentLayer
public class ScaleTextAdornmentLayer : AdornmentLayer
- Inheritance
-
ScaleTextAdornmentLayer
- Inherited Members
Constructors
ScaleTextAdornmentLayer()
public ScaleTextAdornmentLayer()
ScaleTextAdornmentLayer(ScaleTextScreenUnit, DistanceUnit)
public ScaleTextAdornmentLayer(ScaleTextScreenUnit screenUnit, DistanceUnit worldUnit)
Parameters
screenUnit
ScaleTextScreenUnitworldUnit
DistanceUnit
ScaleTextAdornmentLayer(ScaleTextScreenUnit, DistanceUnit, GeoFont, GeoBrush)
public ScaleTextAdornmentLayer(ScaleTextScreenUnit screenUnit, DistanceUnit worldUnit, GeoFont font, GeoBrush textBrush)
Parameters
screenUnit
ScaleTextScreenUnitworldUnit
DistanceUnitfont
GeoFonttextBrush
GeoBrush
Properties
Font
public GeoFont Font { get; set; }
Property Value
ScreenUnit
public ScaleTextScreenUnit ScreenUnit { get; set; }
Property Value
TextBrush
public GeoBrush TextBrush { get; set; }
Property Value
WorldUnit
public DistanceUnit WorldUnit { get; set; }
Property Value
Methods
DrawCore(GeoCanvas, Collection<SimpleCandidate>)
protected override void DrawCore(GeoCanvas canvas, Collection<SimpleCandidate> labelsInAllLayers)
Parameters
canvas
GeoCanvaslabelsInAllLayers
Collection<SimpleCandidate>