ImageLayer Members
In This Article
#Constructors
Name | Description |
---|---|
Image |
Initializes a new instance of the Image |
#Properties
Name | Description |
---|---|
Data |
Gets or sets the provider used to obtain images from an external source. |
Enable |
Gets or sets a value specifying whether the image layer will be smoothed when it is rendered. |
Max |
Gets or sets the maximum zoom level at which this layer should be visible.
Inherited from Layer |
Min |
Gets or sets the minimum zoom level at which this layer should be visible.
Inherited from Layer |
Name |
Gets or sets the name of layer.
Inherited from Layer |
Rectangle |
Specifies a rectangle that limits the layer’s displayed area.
Inherited from Layer |
Transparency | Specifies the layer’s transparency. |
Visible |
Gets or sets a value specifying whether or not a layer should be visible.
Inherited from Layer |
ZIndex |
Gets or sets a value that is the order on the z-plane in which a map layer element (e. |
#Methods
Name | Description |
---|---|
Dispose() |
Disposes of the current object.
Inherited from Map |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns a map viewport.
Inherited from Layer |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the textual representation of the Image |
#Events
Name | Description |
---|---|
Data |
Occurs after the data has been loaded into a map layer.
Inherited from Layer |
Error |
Occurs when an internal exception is raised.
Inherited from Layer |
Request |
Occurs when a request data download has begun. |
Viewport |
Occurs every time the current viewport is changed.
Inherited from Layer |
Visible |
Occurs when the layer’s Layer |
See Also