TextEmbeddedObjectMetrics(Double, Double, Double) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的寬度、高度和基準值,初始化 TextEmbeddedObjectMetrics 類別的新執行個體。
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)
參數
- width
- Double
表示 Double 寬度的 TextEmbeddedObject。
- height
- Double
表示 Double 高度的 TextEmbeddedObject。
- baseline
- Double
Double,表示相對於 height
的 TextEmbeddedObject 基準。