AnnotationRenderersAdd Method |
Adds or replaces a rendering engine for the specified type.
Namespace:
Atalasoft.Annotate.Renderer
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static void Add(
Type type,
IAnnotationRenderer renderer
)
Public Shared Sub Add (
type As Type,
renderer As IAnnotationRenderer
)
Parameters
- type
- Type: SystemType
The type of the annotation data this renderer will handle. - renderer
- Type: Atalasoft.Annotate.RendererIAnnotationRenderer
A class that will act as the renderer for this type.
See Also