[]
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)
| Type | Name | Description |
|---|---|---|
| BlendMode | blendMode | The blend mode to check. |
| Type | Description |
|---|---|
| bool | true. |