ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / PixelSnapping Interface / IsPixelSnappingDisabled Method
The context passed to IDWriteTextLayout::Draw.

In This Topic
    IsPixelSnappingDisabled Method (PixelSnapping)
    In This Topic
    Determines whether pixel snapping is disabled. The recommended default is FALSE, unless doing animation that requires subpixel vertical placement.
    Syntax
    'Declaration
     
    Function IsPixelSnappingDisabled( _
       ByVal clientDrawingContext As System.Object _
    ) As System.Boolean
    System.bool IsPixelSnappingDisabled( 
       System.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