Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / IsBlendModeSupported Method
The blend mode to check.

In This Topic
    IsBlendModeSupported Method (GcGraphics)
    In This Topic
    Indicates whether this graphics implementation supports a specified blend mode.
    Syntax
    'Declaration
     
    Public Overridable Function IsBlendModeSupported( _
       ByVal blendMode As BlendMode _
    ) As System.Boolean
    public virtual System.bool IsBlendModeSupported( 
       BlendMode blendMode
    )

    Parameters

    blendMode
    The blend mode to check.

    Return Value

    true if the specified blend mode is supported by the current graphics, false otherwise.
    See Also