Click or drag to resize

LayerElement Class

Represents a base layer element.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class LayerElement : Wrapper

The LayerElement type exposes the following members.

Properties
  NameDescription
Public propertyBoundingBox
Gets the bounding box of the layer element.
Public propertyColor
Gets the Color (Brush) of the layer element.
Public propertyDeleted
Gets a value indicating whether the layer element is marked for delete.
Public propertyKey
Gets the key of the layer element.
Public propertyMapLayer
Gets the map layer.
Public propertyName
Gets the name of the layer element.
Public propertyRepresentativePoint
Gets the representative point of the layer element.
Public propertyVisible
Gets a value indicating whether the layer element is visible.
Top
Methods
  NameDescription
Public methodGetDistanceToBorder
Determins the distance of a PointF to the border.
Top
See Also