'Declaration Public Overloads Sub DrawAnnotations( _ ByVal graphics As GcGraphics, _ ByVal bounds As System.Drawing.RectangleF, _ Optional ByVal renderingCache As RenderingCache _ )
public void DrawAnnotations( GcGraphics graphics, System.Drawing.RectangleF bounds, RenderingCache renderingCache )
Parameters
- graphics
- The GrapeCity.Documents.Drawing.GcGraphics on which to draw the annotations.
- bounds
- The draw bounds.
- renderingCache
- The RenderingCache object used to cache objects created during rendering.