DioDocs for PDF
DrawImage(GcGraphics,Object,RectangleF,ImageScale) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcGraphicsExt クラス > DrawImage メソッド : DrawImage(GcGraphics,Object,RectangleF,ImageScale) メソッド
描画するグラフィック。
画像のオブジェクト(GrapeCity.Documents.Drawing.IImageまたはGrapeCity.Documents.Pdf.Graphics.FormXObject)。
画像の範囲。
画像の配置と拡大縮小。
GrapeCity.Documents.Drawing.IImageまたはGrapeCity.Documents.Pdf.Graphics.FormXObjectで表される画像を描画します。
シンタックス
'宣言
 
Public Overloads Shared Sub DrawImage( _
   ByVal g As GcGraphics, _
   ByVal image As System.Object, _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal imageScale As ImageScale _
) 
public static void DrawImage( 
   GcGraphics g,
   System.object image,
   System.Drawing.RectangleF bounds,
   ImageScale imageScale
)

パラメータ

g
描画するグラフィック。
image
画像のオブジェクト(GrapeCity.Documents.Drawing.IImageまたはGrapeCity.Documents.Pdf.Graphics.FormXObject)。
bounds
画像の範囲。
imageScale
画像の配置と拡大縮小。
参照

GcGraphicsExt クラス
GcGraphicsExt メンバ
オーバーロード一覧