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

나머지 단락 너비를 나타내는 A Double 입니다.

반품

TextEmbeddedObjectMetrics 텍스트 개체 메트릭을 나타내는 값입니다.

적용 대상