ComponentOne Bitmap for WPF
IsPixelSnappingDisabled Method (PixelSnapping)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > PixelSnapping Interface : IsPixelSnappingDisabled Method
The context passed to IDWriteTextLayout::Draw.
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

Reference

PixelSnapping Interface
PixelSnapping Members