指定した伸縮比率とページ設定を使用して、指定した枠内にコントロールを印刷します。
シンタックス
'宣言
Public Overloads Sub PrintChart( _
ByVal As PrintScaleEnum, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Printing.PageSettings _
)
public void PrintChart(
PrintScaleEnum ,
System.Drawing.Rectangle ,
System.Drawing.Printing.PageSettings
)
パラメータ
- scaling
- グラフの伸縮比率
- r
- 枠
- ps
- ページ設定
参照