DioDocs for PDF
DrawPushButton(GcGraphics,RectangleF,String,Object,Font,Single,Color,Color,ImageScale,CaptionImageRelation,Border,Single) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcGraphicsExt クラス > DrawPushButton メソッド : DrawPushButton(GcGraphics,RectangleF,String,Object,Font,Single,Color,Color,ImageScale,CaptionImageRelation,Border,Single) メソッド
描画するグラフィック。
コントロールの境界線。
ボタンのテキスト。
ボタンの画像。 nullでない場合は、GrapeCity.Documents.Drawing.IImageまたはGrapeCity.Documents.Pdf.Graphics.FormXObjectになります。
フォント。
フォントサイズ。
前景色。
背景色。
画像の配置と拡大縮小。
タン内のキャプションと画像の相対位置。
境界線の定義。
回転角度は90の倍数である必要があります。
プッシュボタンを描画します。
シンタックス
'宣言
 
Public Overloads Shared Sub DrawPushButton( _
   ByVal g As GcGraphics, _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal caption As System.String, _
   ByVal image As System.Object, _
   ByVal font As Font, _
   ByVal fontSize As System.Single, _
   ByVal foreColor As System.Drawing.Color, _
   ByVal backColor As System.Drawing.Color, _
   ByVal imageScale As ImageScale, _
   ByVal captionImageRelation As CaptionImageRelation, _
   ByVal border As Border, _
   ByVal orientation As System.Single _
) 
public static void DrawPushButton( 
   GcGraphics g,
   System.Drawing.RectangleF bounds,
   System.string caption,
   System.object image,
   Font font,
   System.float fontSize,
   System.Drawing.Color foreColor,
   System.Drawing.Color backColor,
   ImageScale imageScale,
   CaptionImageRelation captionImageRelation,
   Border border,
   System.float orientation
)

パラメータ

g
描画するグラフィック。
bounds
コントロールの境界線。
caption
ボタンのテキスト。
image
ボタンの画像。 nullでない場合は、GrapeCity.Documents.Drawing.IImageまたはGrapeCity.Documents.Pdf.Graphics.FormXObjectになります。
font
フォント。
fontSize
フォントサイズ。
foreColor
前景色。
backColor
背景色。
imageScale
画像の配置と拡大縮小。
captionImageRelation
タン内のキャプションと画像の相対位置。
border
境界線の定義。
orientation
回転角度は90の倍数である必要があります。
参照

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