[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.InlineObjectNative.OverhangMetrics

OverhangMetrics Property

OverhangMetrics

TextLayout calls this callback function to get the visible extents (in DIPs) of the inline object. In the case of a simple bitmap, with no padding and no overhang, all the overhangs will simply be zeroes.

Declaration
public OverhangMetrics OverhangMetrics { get; }
Property Value
Type Description
OverhangMetrics

Overshoot of visible extents (in DIPs) outside the object.

Implements