CompositingMode

EmfPlusSetTsGraphics.CompositingMode property

Gets or sets an 8-bit unsigned integer that specifies how source colors are combined with background colors. It MUST be a value in the CompositingMode enumeration (section 2.1.1.5).

public EmfPlusCompositingMode CompositingMode { get; set; }

Property Value

The compositing mode.

See Also