ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetOverhangMetrics Method

In This Topic
    GetOverhangMetrics Method
    In This Topic
    HRESULT IDWriteTextLayout::GetOverhangMetrics([Out] DWRITE_OVERHANG_METRICS* overhangs)
    Syntax
    'Declaration
     
    Public Sub GetOverhangMetrics( _
       ByRef overhangs As OverhangMetrics _
    ) 
    public void GetOverhangMetrics( 
       out OverhangMetrics overhangs
    )

    Parameters

    overhangs
    See Also