Udostępnij za pośrednictwem


TextEmbeddedObjectMetrics(Double, Double, Double) Konstruktor

Definicja

Inicjuje TextEmbeddedObjectMetrics nowe wystąpienie klasy przy użyciu określonych wartości szerokości, wysokości i punktu odniesienia.

public:
 TextEmbeddedObjectMetrics(double width, double height, double baseline);
public TextEmbeddedObjectMetrics (double width, double height, double baseline);
new System.Windows.Media.TextFormatting.TextEmbeddedObjectMetrics : double * double * double -> System.Windows.Media.TextFormatting.TextEmbeddedObjectMetrics
Public Sub New (width As Double, height As Double, baseline As Double)

Parametry

width
Double

Obiekt Double reprezentujący TextEmbeddedObject szerokość.

height
Double

Obiekt Double reprezentujący TextEmbeddedObject wysokość.

baseline
Double

Element Double reprezentujący TextEmbeddedObject punkt odniesienia względem height.

Dotyczy