ComponentOne Bitmap for WPF
IsPixelSnappingDisabled Method (TextRendererBase)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextRendererBase Class : 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
 
Public Overridable Function IsPixelSnappingDisabled( _
   ByVal clientDrawingContext As System.Object _
) As System.Boolean
public virtual 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

TextRendererBase Class
TextRendererBase Members