Share via


GlyphMetricsFloat.BlackBoxX Property (Microsoft.DirectX.Direct3D)

Specifies the width of the smallest rectangle (the glyph's black box) that completely encloses the glyph.

Definition

Visual Basic Public Property BlackBoxX As Single
C# public float BlackBoxX { get; set; }
C++ public:
property float BlackBoxX {
        float get();
        void set(float value);
}
JScript public function get BlackBoxX() : float
public function set BlackBoxX(float);

Property Value

System.Single
Floating-point value that represents the width of the glyph's black box.

This property is read/write.