Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / BlendMode Property

In This Topic
    BlendMode Property (BitmapRenderer)
    In This Topic
    Gets or sets the method of mixing source and destination colors when drawing.

    Default is GrapeCity.Documents.Drawing.BlendMode.Normal.

    Syntax
    'Declaration
     
    Public Property BlendMode As BlendMode
    public BlendMode BlendMode {get; set;}
    See Also