Skip to main content
A newer version of this page is available. .

ImageLayer Members

Displays map images obtained from map image data providers.

Constructors

Name Description
ImageLayer() Initializes a new instance of the ImageLayer class with default settings.

Properties

Name Description
DataProvider Gets or sets the provider used to obtain images from an external source.
EnableAntialiasing Gets or sets a value specifying whether the image layer will be smoothed when it is rendered.
MaxZoomLevel Gets or sets the maximum zoom level at which this layer should be visible. Inherited from LayerBase.
MinZoomLevel Gets or sets the minimum zoom level at which this layer should be visible. Inherited from LayerBase.
Name Gets or sets the name of layer. Inherited from LayerBase.
Transparency Gets or sets the transparency value to draw the ImageLayer.
Visible Gets or sets a value specifying whether or not a layer should be visible. Inherited from LayerBase.
ZIndex Gets or sets a value that is the order on the z-plane in which a map layer element (e.g., image tiles layer or vector layer) appears. Inherited from LayerBase.

Methods

Name Description
Dispose() Disposes of the current object. Inherited from MapDisposableObject.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetViewport() Returns a map viewport. Inherited from LayerBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the ImageLayer.

Events

Name Description
DataLoaded Occurs after the data has been loaded into a map layer. Inherited from LayerBase.
Error Occurs when an internal exception is raised. Inherited from LayerBase.
RequestDataLoading Occurs when a request data download has begun.
ViewportChanged Occurs every time the current viewport is changed. Inherited from LayerBase.
VisibleChanged Occurs when the layer’s LayerBase.Visible property value has changed. Inherited from LayerBase.
See Also