Ribbon for WinForms
Measure(Graphics,Int32) メソッド

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > C1SuperLabelBase クラス > Measure メソッド : Measure(Graphics,Int32) メソッド
System.Drawing.Graphics used to measure.
Width used to calculate word-wrapping.
Measures the height of the control content using specified System.Drawing.Graphics when rendered with a given width.
シンタックス
'宣言
 
Public Overloads Function Measure( _
   ByVal graphics As Graphics, _
   ByVal width As Integer _
) As Size
public Size Measure( 
   Graphics graphics,
   int width
)

パラメータ

graphics
System.Drawing.Graphics used to measure.
width
Width used to calculate word-wrapping.

戻り値の型

System.Drawing.Size object that represents the size of the content, in pixels.
参照

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