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

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcGraphicsExt クラス > DrawPushButton メソッド : DrawPushButton(GcGraphics,RectangleF,String,Object,Font,Single,Color,Color,ImageScaleMode,Boolean,PointF,Boolean,CaptionImageRelation,Border,Single) メソッド
描画するグラフィック。
コントロールの境界線。
ボタンのテキスト。
ボタンの画像。null でない場合は、GrapeCity.Documents.Drawing.IImage または GrapeCity.Documents.Pdf.Graphics.FormXObject を指定できます。
フォント。
フォントサイズ。
背景色。
背景色。
画像のスケールモード。
画像を比例的に拡大/縮小するかどうかを示します。
画像の位置。詳細については、GrapeCity.Documents.Pdf.Annotations.ImageScale.Position を参照します。
ボタンの外観を拡大/縮小して、注釈の境界内にボタン全体を収めるかどうかを示します。
ボタン内のキャプションと画像の相対位置。
境界線の定義。
回転角度は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 imageScaleMode As ImageScaleMode, _
   ByVal imageScaleProportional As System.Boolean, _
   ByVal imageScalePosition As System.Drawing.PointF, _
   ByVal imageScaleIgnoreBorder As System.Boolean, _
   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,
   ImageScaleMode imageScaleMode,
   System.bool imageScaleProportional,
   System.Drawing.PointF imageScalePosition,
   System.bool imageScaleIgnoreBorder,
   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
背景色。
imageScaleMode
画像のスケールモード。
imageScaleProportional
画像を比例的に拡大/縮小するかどうかを示します。
imageScalePosition
画像の位置。詳細については、GrapeCity.Documents.Pdf.Annotations.ImageScale.Position を参照します。
imageScaleIgnoreBorder
ボタンの外観を拡大/縮小して、注釈の境界内にボタン全体を収めるかどうかを示します。
captionImageRelation
ボタン内のキャプションと画像の相対位置。
border
境界線の定義。
orientation
回転角度は90の倍数である必要があります。
参照

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