ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / Font1 Class / GetUnicodeRanges Method

In This Topic
    GetUnicodeRanges Method (Font1)
    In This Topic
    HRESULT IDWriteFont1::GetUnicodeRanges([In] unsigned int maxRangeCount,[Out, Buffer, Optional] DWRITE_UNICODE_RANGE* unicodeRanges,[Out] unsigned int* actualRangeCount)
    Syntax
    'Declaration
     
    Public Function GetUnicodeRanges( _
       ByVal maxRangeCount As System.Integer, _
       ByVal unicodeRanges() As UnicodeRange _
    ) As System.Integer
    public System.int GetUnicodeRanges( 
       System.int maxRangeCount,
       UnicodeRange[] unicodeRanges
    )

    Parameters

    maxRangeCount
    unicodeRanges
    See Also