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 值。

适用于