Path.SnapsToDevicePixels

Path.SnapsToDevicePixels property

Gets or sets a value indicating whether snaps to device pixels. On Anti-aliasing consumers controls if control points snap to the nearest device pixels. Valid values are ‘false’ and ‘true’. Consumers MAY ignore this attribute.

public bool SnapsToDevicePixels { get; set; }

See Also