ComponentOne Bitmap for WPF
GetCurrentTransform Method (TextRendererBase)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextRendererBase Class : GetCurrentTransform Method
The drawing context passed to TextLayout.Draw_.
Gets a transform that maps abstract coordinates to DIPs.
Syntax
'Declaration
 
Public Overridable Function GetCurrentTransform( _
   ByVal clientDrawingContext As System.Object _
) As Matrix3x2
public virtual Matrix3x2 GetCurrentTransform( 
   System.object clientDrawingContext
)

Parameters

clientDrawingContext
The drawing context passed to TextLayout.Draw_.

Return Value

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

Reference

TextRendererBase Class
TextRendererBase Members