'Declaration
Public Overloads Shared Function GetPreferredSize( _
ByVal As Graphics, _
ByVal As Font, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As ProgressOrientation _
) As Size
public static Size GetPreferredSize(
Graphics ,
Font ,
int ,
int ,
int ,
ProgressOrientation
)
パラメータ
- g
- GDI+グラフィックスサーフェス
- font
- テキストのフォント
- value
- 値
- minimum
- 最小許容値
- maximum
- 最大許容値
- orientation
- 進行状況インジケータの向き
戻り値の型
矩形の幅と高さを表すSize型オブジェクトの順序付きペア。