Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmapGraphics Class / IsBlendModeSupported Method
The blend mode to check.

In This Topic
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 blendMode As BlendMode _
) As System.Boolean
 

Parameters

blendMode
The blend mode to check.

Return Value

true.
See Also