PowerTools SPREAD for Windows Forms 8.0J
Rectangle プロパティ (ElementWindowless)


要素の矩形の座標を取得します。
構文
'Declaration
 
Public Overridable ReadOnly Property Rectangle As Rectangle
'使用法
 
Dim instance As ElementWindowless
Dim value As Rectangle
 
value = instance.Rectangle
public virtual Rectangle Rectangle {get;}

プロパティ値

境界矩形を含むRectangleオブジェクト
解説

要素のサイズを表す矩形を指定する際は、Rectangleオブジェクトを提供します。

このプロパティが使用できるのは実行時のみです。

詳細については、Microsoft .NET FrameworkリファレンスのRectangle構造体を参照してください。

参照

ElementWindowless クラス
ElementWindowless メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.