[]
Gets a boolean value indicating whether the visualElement can be painted by this drawing context natively.
bool IsCompatible(IVisualShape visualElement, bool includedChildren)
Function IsCompatible(visualElement As IVisualShape, includedChildren As Boolean) As Boolean
| Type | Name | Description |
|---|---|---|
| IVisualShape | visualElement | The GrapeCity.Drawing.IVisualShape. |
| bool | includedChildren |
|
| Type | Description |
|---|---|
| bool |
|