[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextRendererBase.GetCurrentTransform

GetCurrentTransform Method

GetCurrentTransform(object)

Gets a transform that maps abstract coordinates to DIPs.

Declaration
public virtual Matrix3x2 GetCurrentTransform(object clientDrawingContext)
Parameters
Type Name Description
object clientDrawingContext

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

Returns
Type Description
Matrix3x2

a structure which has transform information for pixel snapping.

Implements