TextEmbeddedObject.Format(Double) メソッド

定義

指定した段落の残りの幅に収まるテキスト オブジェクト計測メトリックを取得します。

public:
 abstract System::Windows::Media::TextFormatting::TextEmbeddedObjectMetrics ^ Format(double remainingParagraphWidth);
public abstract System.Windows.Media.TextFormatting.TextEmbeddedObjectMetrics Format (double remainingParagraphWidth);
abstract member Format : double -> System.Windows.Media.TextFormatting.TextEmbeddedObjectMetrics
Public MustOverride Function Format (remainingParagraphWidth As Double) As TextEmbeddedObjectMetrics

パラメーター

remainingParagraphWidth
Double

残りの段落の幅を表す Double

戻り値

テキスト オブジェクトのメトリックを表す TextEmbeddedObjectMetrics 値。

適用対象