C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / PixelSnapping Interface / GetCurrentTransform Method
The drawing context passed to C1.Util.DX.DirectWrite.TextLayout.Draw_(System.IntPtr,System.IntPtr,System.Single,System.Single).

In This Topic
GetCurrentTransform Method (PixelSnapping)
In This Topic
Gets a transform that maps abstract coordinates to DIPs.
Syntax
'Declaration
 
Function GetCurrentTransform( _
   ByVal clientDrawingContext As System.Object _
) As Matrix3x2
 

Parameters

clientDrawingContext
The drawing context passed to C1.Util.DX.DirectWrite.TextLayout.Draw_(System.IntPtr,System.IntPtr,System.Single,System.Single).

Return Value

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