CustomVisualizerProxy.CustomVisualizerProxy Constructors
Initializes a new instance of the CustomVisualizerProxy class.
Overload List
CustomVisualizerProxy(CustomApi api, System.String libraryName, System.String className, AttributeSet userProperties, VisualizerCollection visualizers)
Initializes a new instance of the CustomVisualizerProxy class with the given creation parameters and user properties.Syntax
public CustomVisualizerProxy (
CustomApi api,
System.String libraryName,
System.String className,
AttributeSet userProperties,
VisualizerCollection visualizers
)
Parameters
The API the custom visualizer is implemented with.
The name of the library (DLL/assembly) containing the custom visualizer.
The name of the class implementing the custom visualizer.
Additional properties the custom visualizer can access through the CustomVisualizerContext instance.
A list of visualizers that the custom visualizer may use for some of the drawing.
Remarks
This constructor will load the specified library and instantiate the class implementing the custom visualizer.
CustomVisualizerProxy(ICustomVisualizer customVisualizer, AttributeSet userProperties, VisualizerCollection visualizers)
Initializes a new instance of the CustomVisualizerProxy class with the given custom visualizer instance.Syntax
public CustomVisualizerProxy (
ICustomVisualizer customVisualizer,
AttributeSet userProperties,
VisualizerCollection visualizers
)
Parameters
The custom visualizer.
Additional properties the custom visualizer can access through the CustomVisualizerContext instance.
A list of visualizers that the custom visualizer may use for some of the drawing.
CustomVisualizerProxy(ICustomNativeVisualizer customVisualizer, AttributeSet userProperties, VisualizerCollection visualizers)
Initializes a new instance of the CustomVisualizerProxy class with the given native custom visualizer instance.Syntax
public CustomVisualizerProxy (
ICustomNativeVisualizer customVisualizer,
AttributeSet userProperties,
VisualizerCollection visualizers
)
Parameters
The native custom visualizer.
Additional properties the custom visualizer can access through the CustomVisualizerContext instance.
A list of visualizers that the custom visualizer may use for some of the drawing.
CustomVisualizerProxy(CustomApi api, System.String libraryName, System.String className, AttributeSet userProperties, IEnumerable< Visualizer > visualizers)
Initializes a new instance of the CustomVisualizerProxy class with the given creation parameters and user properties.Syntax
public CustomVisualizerProxy (
CustomApi api,
System.String libraryName,
System.String className,
AttributeSet userProperties,
IEnumerable< Visualizer > visualizers
)
Parameters
The API the custom visualizer is implemented with.
The name of the library (DLL/assembly) containing the custom visualizer.
The name of the class implementing the custom visualizer.
Additional properties the custom visualizer can access through the CustomVisualizerContext instance.
A list of visualizers that the custom visualizer may use for some of the drawing.
Remarks
This constructor will load the specified library and instantiate the class implementing the custom visualizer.
CustomVisualizerProxy(ICustomVisualizer customVisualizer, AttributeSet userProperties, IEnumerable< Visualizer > visualizers)
Initializes a new instance of the CustomVisualizerProxy class with the given custom visualizer instance.Syntax
public CustomVisualizerProxy (
ICustomVisualizer customVisualizer,
AttributeSet userProperties,
IEnumerable< Visualizer > visualizers
)
Parameters
The custom visualizer.
Additional properties the custom visualizer can access through the CustomVisualizerContext instance.
A list of visualizers that the custom visualizer may use for some of the drawing.
CustomVisualizerProxy(ICustomNativeVisualizer customVisualizer, AttributeSet userProperties, IEnumerable< Visualizer > visualizers)
Initializes a new instance of the CustomVisualizerProxy class with the given native custom visualizer instance.Syntax
public CustomVisualizerProxy (
ICustomNativeVisualizer customVisualizer,
AttributeSet userProperties,
IEnumerable< Visualizer > visualizers
)
Parameters
The native custom visualizer.
Additional properties the custom visualizer can access through the CustomVisualizerContext instance.
A list of visualizers that the custom visualizer may use for some of the drawing.
Platforms
Windows, Linux, Android