ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalyzer1 Class / GetBaseline Method

In This Topic
    GetBaseline Method
    In This Topic
    HRESULT IDWriteTextAnalyzer1::GetBaseline([In] IDWriteFontFace* fontFace,[In] DWRITE_BASELINE baseline,[In] BOOL isVertical,[In] BOOL isSimulationAllowed,[In] DWRITE_SCRIPT_ANALYSIS scriptAnalysis,[In, Optional] const wchar_t* localeName,[Out] int* baselineCoordinate,[Out] BOOL* exists)
    Syntax
    'Declaration
     
    Public Sub GetBaseline( _
       ByVal fontFace As FontFace, _
       ByVal baseline As Baseline, _
       ByVal isVertical As Bool, _
       ByVal isSimulationAllowed As Bool, _
       ByVal scriptAnalysis As ScriptAnalysis, _
       ByVal localeName As String, _
       ByRef baselineCoordinate As Integer, _
       ByRef exists As Bool _
    ) 
    public void GetBaseline( 
       FontFace fontFace,
       Baseline baseline,
       Bool isVertical,
       Bool isSimulationAllowed,
       ScriptAnalysis scriptAnalysis,
       string localeName,
       out int baselineCoordinate,
       out Bool exists
    )

    Parameters

    fontFace
    baseline
    isVertical
    isSimulationAllowed
    scriptAnalysis
    localeName
    baselineCoordinate
    exists
    See Also