Property ImageOverlays
ImageOverlays
Gets or sets the collection of overlays for displaying images in the scene view.
Declaration
public ImageOverlayCollection ImageOverlays { get; set; }
Property Value
Type | Description |
---|---|
Image |
The collection of overlays for displaying images in the scene view. |
Implements
Remarks
An image overlay collection cannot belong to more that one Scene
If the collection contains multiple image overlays, they display in the order in which they were added to the collection. So, the first overlay in the collection (at index 0) displays at the bottom and each one that follows displays on top of the previous ones.
If the Scene
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET | 200.0 - 200.6 |
.NET Windows | 200.0 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |