GlyphRun.ComputeInkBoundingBox Method

Definition

Retrieves the ink bounding box for the GlyphRun.

public:
 System::Windows::Rect ComputeInkBoundingBox();
public System.Windows.Rect ComputeInkBoundingBox ();
member this.ComputeInkBoundingBox : unit -> System.Windows.Rect
Public Function ComputeInkBoundingBox () As Rect

Returns

A Rect that represents the ink bounding box the GlyphRun.

Remarks

The returned Rect is relative to the origin of the GlyphRun.

Applies to