Back to Devexpress

ImageTilesLayer Members

windowsforms-devexpress-dot-xtramap-dot-imagetileslayer-dot-underscore-members.md

latest5.9 KB
Original Source

ImageTilesLayer Members

Obsolete. A layer that displays image tiles obtained from one of the supported map providers.

Constructors

NameDescription
ImageTilesLayer()Initializes a new instance of the ImageTilesLayer class with default settings.

Properties

NameDescription
DataProviderGets or sets the provider used to obtain images from an external source. Inherited from ImageLayer.
EnableAntialiasingGets or sets a value specifying whether the image layer will be smoothed when it is rendered. Inherited from ImageLayer.
MaxZoomLevelGets or sets the maximum zoom level at which this layer should be visible. Inherited from LayerBase.
MinZoomLevelGets or sets the minimum zoom level at which this layer should be visible. Inherited from LayerBase.
NameGets or sets the name of layer. Inherited from LayerBase.
RectangleClipSpecifies a rectangle that limits the layer’s displayed area. Inherited from LayerBase.
TransparencySpecifies the layer’s transparency. Inherited from ImageLayer.
VisibleGets or sets a value specifying whether or not a layer should be visible. Inherited from LayerBase.
ZIndexGets 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

NameDescription
Dispose()Disposes of the current object. Inherited from MapDisposableObject.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the textual representation of an ImageTilesLayer.

Events

NameDescription
DataLoadedOccurs after the data has been loaded into a map layer. Inherited from LayerBase.
ErrorOccurs when an internal exception is raised. Inherited from LayerBase.
RequestDataLoadingOccurs when a request data download has begun. Inherited from ImageLayer.
ViewportChangedOccurs every time the current viewport is changed. Inherited from LayerBase.
VisibleChangedOccurs when the layer’s LayerBase.Visible property value has changed. Inherited from LayerBase.

See Also

ImageTilesLayer Class

DevExpress.XtraMap Namespace