[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmapGraphics.IsBlendModeSupported

IsBlendModeSupported Method

IsBlendModeSupported(BlendMode)

Indicates whether this graphics implementation supports a specified blend mode.

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

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

The blend mode to check.

Returns
Type Description
bool

true.

Overrides