バージョン

RenderPdfFriendlyGraphics(Graphics,Int32,Int32) メソッド

pdf フレンドリなグラフィックスにチャートのプリミティブを描画します。
シンタックス
'宣言
 
Public Overloads Sub RenderPdfFriendlyGraphics( _
   ByVal g As Graphics, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
public void RenderPdfFriendlyGraphics( 
   Graphics g,
   int width,
   int height
)

パラメータ

g
既存のグラフィックス オブジェクトへの参照。
width
描画された画像の幅を指定します。
height
描画された画像の高さを指定します。
参照