[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.PixelSnapping.IsPixelSnappingDisabled

IsPixelSnappingDisabled Method

IsPixelSnappingDisabled(object)

Determines whether pixel snapping is disabled. The recommended default is FALSE, unless doing animation that requires subpixel vertical placement.

Declaration
bool IsPixelSnappingDisabled(object clientDrawingContext)
Parameters
Type Name Description
object clientDrawingContext

The context passed to IDWriteTextLayout::Draw.

Returns
Type Description
bool

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