Indicates whether this graphics implementation supports a specified blend mode.
'宣言
Public Overridable Function IsBlendModeSupported( _
ByVal As BlendMode _
) As System.Boolean
public virtual System.bool IsBlendModeSupported(
BlendMode
)
パラメータ
- blendMode
- The blend mode to check.
戻り値の型
true if the specified blend mode is supported by the current graphics, false otherwise.