ImageCompositionLayer Struct

Definition

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

public value class ImageCompositionLayer
struct ImageCompositionLayer
public struct ImageCompositionLayer
type ImageCompositionLayer = struct
Public Structure ImageCompositionLayer
Inheritance
ImageCompositionLayer

Fields

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.

Applies to