ImageCompositionLayer Structure
A layer used to compose multiple images into a single merged image.
Assembly: Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | HorizontalAlignment | The horizontal alignment of the image within the composite image. |
![]() | ImageMoniker | The ImageMoniker rendered in this layer. |
![]() | VerticalAlignment | The vertical alignment of the image within the composite image. |
![]() | VirtualHeight | The virtual height of this layer. The actual pixel dimensions of the image won't be computed until render time. |
![]() | VirtualWidth | The virtual width of this layer. The actual pixel dimensions of the image won't be computed until render time. |
![]() | VirtualXOffset | The virtual X offset of the image. This offset is used together with the HorizontalAlignment to place the image within the composite image. |
![]() | VirtualYOffset | The virtual Y offset of the image. This offset is used together with the VerticalAlignment to place the image within the composite image. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

