'宣言 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 )
パラメータ
- graphics
- 注釈を描画する GrapeCity.Documents.Drawing.GcGraphics。
- bounds
- 描画する範囲。
- renderingCache
- レンダリング時に作成されたオブジェクトをキャッシュするために使用される RenderingCache オブジェクト。