Stroke.GetBounds Method

Definition

Retrieves the bounding box for the Stroke object.

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

Returns

A Rect structure defining the bounding box for the Stroke object.

Examples

The following example demonstrates how to get the boundary rectangle for a Stroke object.

Rect myRect = thisStroke.GetBounds();
Dim myRect As Rect = thisStroke.GetBounds()

Applies to