ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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
    Matrix3x2 GetCurrentTransform( 
       System.object clientDrawingContext
    )

    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