Ribbon for WinForms
GetBounds メソッド (XViewLight)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > XViewLight クラス : GetBounds メソッド
XViewLight.Element to locate.
Whether to get the bounds of the whole element or just the content area.
Whether to clip the rectangle based on ancestor elements.
Gets the rectangle that contains a given element.
シンタックス
'宣言
 
Protected Function GetBounds( _
   ByVal e As Element, _
   Optional ByVal contentArea As Boolean, _
   Optional ByVal clip As Boolean _
) As Rectangle
protected Rectangle GetBounds( 
   Element e,
   bool contentArea,
   bool clip
)

パラメータ

e
XViewLight.Element to locate.
contentArea
Whether to get the bounds of the whole element or just the content area.
clip
Whether to clip the rectangle based on ancestor elements.

戻り値の型

Bounds of element e, in client coordinates.
解説
This method is similar to the Element.GetBounds method in the XViewLight.Element class.
参照

XViewLight クラス
XViewLight メンバ