ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextRendererBase Class / GetCurrentTransform Method
The drawing context passed to TextLayout.Draw_.

In This Topic
    GetCurrentTransform Method (TextRendererBase)
    In This Topic
    Gets a transform that maps abstract coordinates to DIPs.
    Syntax
    'Declaration
     
    Public Overridable Function GetCurrentTransform( _
       ByVal clientDrawingContext As Object _
    ) As Matrix3x2
    public virtual Matrix3x2 GetCurrentTransform( 
       object clientDrawingContext
    )

    Parameters

    clientDrawingContext
    The drawing context passed to TextLayout.Draw_.

    Return Value

    a structure which has transform information for pixel snapping.
    See Also