'Declaration Public Overloads Shared Sub RenderAnnotations( _
ByVal drawingEngineThe DrawingEngine, where annotations must be rendered.As Vintasoft.Imaging.Drawing.DrawingEngine, _
ByVal drawingSurfaceThe object that provides information about drawing surface.As Vintasoft.Imaging.DrawingSurface, _
ByVal annotationsThe annotation collection to render.As Vintasoft.Imaging.Annotation.AnnotationDataCollection _
)
public static void RenderAnnotations(
Vintasoft.Imaging.Drawing.DrawingEngine drawingEngine,
Vintasoft.Imaging.DrawingSurface drawingSurface,
Vintasoft.Imaging.Annotation.AnnotationDataCollection annotations
)
public: static void RenderAnnotations(
Vintasoft.Imaging.Drawing.DrawingEngine* drawingEngine,
Vintasoft.Imaging.DrawingSurface* drawingSurface,
Vintasoft.Imaging.Annotation.AnnotationDataCollection* annotations
)
Parameters
- drawingEngine
- The DrawingEngine, where annotations must be rendered.
- drawingSurface
- The object that provides information about drawing surface.
- annotations
- The annotation collection to render.