IsCompatible Method (HLOC)
In This Topic
Whether the plot element is compatible with the specified renderer.
Syntax
'Declaration
Protected Overridable Function IsCompatible( _
ByVal As IRenderer _
) As Boolean
'Usage
Dim instance As HLOC
Dim rend As IRenderer
Dim value As Boolean
value = instance.IsCompatible(rend)
protected virtual bool IsCompatible(
IRenderer
)
Parameters
- rend
See Also