TextEmbeddedObject.Format(Double) Método

Definição

Obtenha métricas de medição de objetos de texto que se ajustem à largura restante especificada do parágrafo.

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

Parâmetros

remainingParagraphWidth
Double

A Double que representa a largura do parágrafo restante.

Devoluções

Um TextEmbeddedObjectMetrics valor que representa as métricas do objeto texto.

Aplica-se a