ImageCompositionLayer Structure

Visual Studio 2015
 

A layer used to compose multiple images into a single merged image.

Namespace:   Microsoft.VisualStudio.Imaging.Interop
Assembly:  Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll)

public value struct ImageCompositionLayer

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldHorizontalAlignment

The horizontal alignment of the image within the composite image.

System_CAPS_pubfieldImageMoniker

The ImageMoniker rendered in this layer.

System_CAPS_pubfieldVerticalAlignment

The vertical alignment of the image within the composite image.

System_CAPS_pubfieldVirtualHeight

The virtual height of this layer. The actual pixel dimensions of the image won't be computed until render time.

System_CAPS_pubfieldVirtualWidth

The virtual width of this layer. The actual pixel dimensions of the image won't be computed until render time.

System_CAPS_pubfieldVirtualXOffset

The virtual X offset of the image. This offset is used together with the HorizontalAlignment to place the image within the composite image.

System_CAPS_pubfieldVirtualYOffset

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.

Return to top
Show: