共用方式為


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

TextEmbeddedObjectMetrics 值,表示文字物件度量。

適用於