DioDocs for PDF
DrawImage(GcGraphics,Object,RectangleF,ImageScaleMode,Boolean,PointF,Boolean) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcGraphicsExt クラス > DrawImage メソッド : DrawImage(GcGraphics,Object,RectangleF,ImageScaleMode,Boolean,PointF,Boolean) メソッド
描画するグラフィック。
画像オブジェクト (GrapeCity.Documents.Drawing.IImage または GrapeCity.Documents.Pdf.Graphics.FormXObject)。
画像の範囲。
画像のスケールモード。
画像を比例的に拡大/縮小するかどうかを示します。
画像の位置。詳細については、GrapeCity.Documents.Pdf.Annotations.ImageScale.Position を参照します。
ボタンの外観を拡大/縮小して、注釈の境界内にボタン全体を収めるかどうかを示します。
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 imageScaleMode As ImageScaleMode, _
   ByVal imageScaleProportional As System.Boolean, _
   ByVal imageScalePosition As System.Drawing.PointF, _
   ByVal imageScaleIgnoreBorder As System.Boolean _
) 
public static void DrawImage( 
   GcGraphics g,
   System.object image,
   System.Drawing.RectangleF bounds,
   ImageScaleMode imageScaleMode,
   System.bool imageScaleProportional,
   System.Drawing.PointF imageScalePosition,
   System.bool imageScaleIgnoreBorder
)

パラメータ

g
描画するグラフィック。
image
画像オブジェクト (GrapeCity.Documents.Drawing.IImage または GrapeCity.Documents.Pdf.Graphics.FormXObject)。
bounds
画像の範囲。
imageScaleMode
画像のスケールモード。
imageScaleProportional
画像を比例的に拡大/縮小するかどうかを示します。
imageScalePosition
画像の位置。詳細については、GrapeCity.Documents.Pdf.Annotations.ImageScale.Position を参照します。
imageScaleIgnoreBorder
ボタンの外観を拡大/縮小して、注釈の境界内にボタン全体を収めるかどうかを示します。
参照

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