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