ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextRendererBase Class / IsPixelSnappingDisabled Method
The context passed to IDWriteTextLayout::Draw.

In This Topic
    IsPixelSnappingDisabled Method (TextRendererBase)
    In This Topic
    Determines whether pixel snapping is disabled. The recommended default is FALSE, unless doing animation that requires subpixel vertical placement.
    Syntax
    'Declaration
     
    Public Overridable Function IsPixelSnappingDisabled( _
       ByVal clientDrawingContext As Object _
    ) As Boolean
    public virtual bool IsPixelSnappingDisabled( 
       object clientDrawingContext
    )

    Parameters

    clientDrawingContext
    The context passed to IDWriteTextLayout::Draw.

    Return Value

    Receives TRUE if pixel snapping is disabled or FALSE if it not.
    See Also