[]
        
(Showing Draft Content)

GrapeCity.Drawing.IDrawingContext.IsCompatible

IsCompatible Method

IsCompatible(IVisualShape)

Gets a boolean value indicating whether the visualElement can be painted by this drawing context natively.

Declaration
bool IsCompatible(IVisualShape visualElement)
Function IsCompatible(visualElement As IVisualShape) As Boolean
Parameters
Type Name Description
IVisualShape visualElement

The GrapeCity.Drawing.IVisualShape.

Returns
Type Description
bool

true if the visual element can be painted natively; otherwise, the result is not compatible.