ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / InlineObjectNative Class / OverhangMetrics Property

In This Topic
    OverhangMetrics Property (InlineObjectNative)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property OverhangMetrics As OverhangMetrics
    public OverhangMetrics OverhangMetrics {get;}

    Property Value

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