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

In This Topic
    OverhangMetrics Property (InlineObject)
    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
     
    ReadOnly Property OverhangMetrics As OverhangMetrics
    OverhangMetrics OverhangMetrics {get;}

    Property Value

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