Indicates whether this graphics implementation supports a specified blend mode.
GcBitmapGraphics supports all blend modes, so this method always returns true.
シンタックス
'宣言
Public Overrides Function IsBlendModeSupported( _
ByVal As BlendMode _
) As System.Boolean
public override System.bool IsBlendModeSupported(
BlendMode
)
パラメータ
- blendMode
- The blend mode to check.
戻り値の型
true.
参照