ComponentOne Bitmap for WPF
GetCurrentTransform Method (PixelSnapping)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > PixelSnapping Interface : GetCurrentTransform Method
The drawing context passed to TextLayout.Draw_.
Gets a transform that maps abstract coordinates to DIPs.
Syntax
'Declaration
 
Function GetCurrentTransform( _
   ByVal clientDrawingContext As System.Object _
) As Matrix3x2
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

PixelSnapping Interface
PixelSnapping Members