[]
        
(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)
Public Overridable Function GetCurrentTransform(clientDrawingContext As Object) As Matrix3x2
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