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

In This Topic
    GetGlyphOrientationTransform Method
    In This Topic
    HRESULT IDWriteTextAnalyzer1::GetGlyphOrientationTransform([In] DWRITE_GLYPH_ORIENTATION_ANGLE glyphOrientationAngle,[In] BOOL isSideways,[Out] DWRITE_MATRIX* transform)
    Syntax
    'Declaration
     
    Public Sub GetGlyphOrientationTransform( _
       ByVal glyphOrientationAngle As GlyphOrientationAngle, _
       ByVal isSideways As Bool, _
       ByRef transform As Matrix3x2 _
    ) 
    public void GetGlyphOrientationTransform( 
       GlyphOrientationAngle glyphOrientationAngle,
       Bool isSideways,
       out Matrix3x2 transform
    )

    Parameters

    glyphOrientationAngle
    isSideways
    transform
    See Also