Stroke.GetBounds 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索 Stroke 对象的边界框。
public:
virtual System::Windows::Rect GetBounds();
public virtual System.Windows.Rect GetBounds ();
abstract member GetBounds : unit -> System.Windows.Rect
override this.GetBounds : unit -> System.Windows.Rect
Public Overridable Function GetBounds () As Rect
返回
示例
以下示例演示如何获取对象的边界矩形 Stroke 。
Rect myRect = thisStroke.GetBounds();
Dim myRect As Rect = thisStroke.GetBounds()