[]
        
Indicates whether this graphics implementation supports a specified blend mode.
GcBitmapGraphics supports all blend modes, so this method always returns true.
public override bool IsBlendModeSupported(BlendMode blendMode)
Public Overrides Function IsBlendModeSupported(blendMode As BlendMode) As Boolean
| Type | Name | Description | 
|---|---|---|
| BlendMode | blendMode | The blend mode to check.  | 
    
| Type | Description | 
|---|---|
| bool | true.  |