GlyphRun.ComputeInkBoundingBox メソッド

定義

GlyphRunのインク境界ボックスを取得します。

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

返品

Rectのインク境界ボックスを表すGlyphRun

注釈

返される Rect は、 GlyphRunの原点を基準にしています。

適用対象