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 값입니다.

적용 대상