IsPixelSnappingDisabled Method (PixelSnapping)
Determines whether pixel snapping is disabled. The recommended default is FALSE, unless doing animation that requires subpixel vertical placement.
System.bool IsPixelSnappingDisabled(
System.object
)
'Declaration
Function IsPixelSnappingDisabled( _
ByVal As System.Object _
) As System.Boolean
Parameters
- clientDrawingContext
- The context passed to IDWriteTextLayout::Draw.
Return Value
Receives TRUE if pixel snapping is disabled or FALSE if it not.