[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.IsBlendModeSupported

IsBlendModeSupported Method

IsBlendModeSupported(BlendMode)

Indicates whether this graphics implementation supports a specified blend mode.

Declaration
public virtual bool IsBlendModeSupported(BlendMode blendMode)
Public Overridable Function IsBlendModeSupported(blendMode As BlendMode) As Boolean
Parameters
Type Name Description
BlendMode blendMode

The blend mode to check.

Returns
Type Description
bool

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