Placement Enum

Definition

An enum used to modify the default placement of the input Windows.Graphics.Effects.IGraphicsEffectSource instance in a blend operation

public enum Placement
type Placement = 
Public Enum Placement
Inheritance
Placement

Fields

Background 1

The instance used to call the blend method is placed behind the other

Foreground 0

The instance used to call the blend method is placed on top of the other

Applies to