ComponentOne Bitmap for WPF
GetGlyphOrientationTransform Method

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalyzer1 Class : GetGlyphOrientationTransform Method
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

Reference

TextAnalyzer1 Class
TextAnalyzer1 Members