GrapeCity SPREAD for Windows Forms 11.0J
GetPreferredSize(Graphics,Font,Int32,Int32,Int32,ProgressOrientation) メソッド


GDI+グラフィックスサーフェス
テキストのフォント
最小許容値
最大許容値
進行状況インジケータの向き
進行状況インジケータのテキストとピクチャを表示するために必要な高さと幅を計算します。
構文
'Declaration
 
Public Overloads Shared Function GetPreferredSize( _
   ByVal g As Graphics, _
   ByVal font As Font, _
   ByVal value As Integer, _
   ByVal minimum As Integer, _
   ByVal maximum As Integer, _
   ByVal orientation As ProgressOrientation _
) As Size
'使用法
 
Dim g As Graphics
Dim font As Font
Dim value As Integer
Dim minimum As Integer
Dim maximum As Integer
Dim orientation As ProgressOrientation
Dim value As Size
 
value = FpProgress.GetPreferredSize(g, font, value, minimum, maximum, orientation)
public static Size GetPreferredSize( 
   Graphics g,
   Font font,
   int value,
   int minimum,
   int maximum,
   ProgressOrientation orientation
)

パラメータ

g
GDI+グラフィックスサーフェス
font
テキストのフォント
value
minimum
最小許容値
maximum
最大許容値
orientation
進行状況インジケータの向き
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.