IsBlendModeSupported Method (GcBitmapGraphics)
Indicates whether this graphics implementation supports a specified blend mode.
GcBitmapGraphics supports all blend modes, so this method always returns true.
public override System.bool IsBlendModeSupported(
BlendMode
)
'Declaration
Public Overrides Function IsBlendModeSupported( _
ByVal As BlendMode _
) As System.Boolean
Parameters
- blendMode
- The blend mode to check.
Return Value
true.