IsBlendModeSupported Method (GcGraphics)
In This Topic
Indicates whether this graphics implementation supports a specified blend mode.
Syntax
'Declaration
Public Overridable Function IsBlendModeSupported( _
ByVal As BlendMode _
) As System.Boolean
public virtual System.bool IsBlendModeSupported(
BlendMode
)
Parameters
- blendMode
- The blend mode to check.
Return Value
true if the specified blend mode is supported by the current graphics, false otherwise.
See Also