バージョン

GetLabelBounds メソッド (AxisLabelLayoutBehavior)

指定されたパラメーターに基づいて、ラベルの境界矩形を取得します。
シンタックス
'宣言
 
Protected Overridable Function GetLabelBounds( _
   ByVal pixelMid As Integer, _
   ByVal vertical As Boolean, _
   ByVal labelAreaBounds As Rectangle, _
   ByVal idealWidth As Integer, _
   ByVal idealHeight As Integer _
) As Rectangle
protected virtual Rectangle GetLabelBounds( 
   int pixelMid,
   bool vertical,
   Rectangle labelAreaBounds,
   int idealWidth,
   int idealHeight
)

パラメータ

pixelMid
このラベルの中間の位置。
vertical
軸が垂直方向かどうか。
labelAreaBounds
すべてのラベルの現在の境界短形。
idealWidth
ラベルの理想の幅。
idealHeight
ラベルの理想の高さ。

戻り値の型

指定されたパラメーターに基づいたラベルの境界矩形。
参照