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

In This Topic
    IsBlendModeSupported Method (GcD2DBitmapGraphics)
    In This Topic
    Indicates whether this graphics implementation supports a specified blend mode.

    GcD2DBitmapGraphics supports all blend modes, so this method always returns true.

    Syntax
    'Declaration
     
    Public Overrides Function IsBlendModeSupported( _
       ByVal blendMode As BlendMode _
    ) As System.Boolean
    public override System.bool IsBlendModeSupported( 
       BlendMode blendMode
    )

    Parameters

    blendMode
    The blend mode to check.

    Return Value

    true.
    See Also