[]
Determines whether pixel snapping is disabled. The recommended default is FALSE, unless doing animation that requires subpixel vertical placement.
public virtual bool IsPixelSnappingDisabled(object clientDrawingContext)
Public Overridable Function IsPixelSnappingDisabled(clientDrawingContext As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | clientDrawingContext | The context passed to IDWriteTextLayout::Draw. |
| Type | Description |
|---|---|
| bool | Receives TRUE if pixel snapping is disabled or FALSE if it not. |