ApplyingAnEffect

EmfPlusDrawImagePoints.ApplyingAnEffect property

Gets or sets a value indicating whether [applying an effect]. This bit indicates that the rendering of the image includes applying an effect. If set, an object of the Effect class MUST have been specified in an earlier EmfPlusSerializableObject record (section 2.3.5.2).

public bool ApplyingAnEffect { get; set; }

Property Value

true if [applying an effect]; otherwise, false.

See Also