[]
Indicates whether this graphics implementation supports a specified blend mode.
The following blend modes are supported by GcPdfGraphics:
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 if the specified blend mode is supported by the current graphics, false otherwise. |