Class ScaleTextAdornmentLayer
public class ScaleTextAdornmentLayer : AdornmentLayer
- Inheritance
-
ScaleTextAdornmentLayer
- Inherited Members
Constructors
ScaleTextAdornmentLayer()
public ScaleTextAdornmentLayer()
ScaleTextAdornmentLayer(ScaleTextScreenUnit, DistanceUnit)
public ScaleTextAdornmentLayer(ScaleTextScreenUnit screenUnit, DistanceUnit worldUnit)
Parameters
screenUnitScaleTextScreenUnitworldUnitDistanceUnit
ScaleTextAdornmentLayer(ScaleTextScreenUnit, DistanceUnit, GeoFont, GeoBrush)
public ScaleTextAdornmentLayer(ScaleTextScreenUnit screenUnit, DistanceUnit worldUnit, GeoFont font, GeoBrush textBrush)
Parameters
screenUnitScaleTextScreenUnitworldUnitDistanceUnitfontGeoFonttextBrushGeoBrush
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
canvasGeoCanvaslabelsInAllLayersCollection<SimpleCandidate>