Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.43 KB

rectangle-area-fill-attributes.md

File metadata and controls

23 lines (18 loc) · 1.43 KB
title description keywords ms.date
Rectangle Area Fill Attributes
Rectangle Area Fill Attributes
rectangular area fill attributes WDK Unidrv
filling rectangular areas WDK Unidrv
01/29/2024

Rectangle area fill attributes

[!includePrint Support Apps]

The following table lists attributes describing the printer's support for filling rectangle areas.

Attribute name Attribute parameter Comments
CursorXAfterRectFill AT_RECT_X_ORIGIN or AT_RECT_X_END, indicating where the cursor's x-coordinate is after the printer fills a rectangle area. Optional. If not specified, the default value is AT_RECT_X_ORIGIN.
CursorYAfterRectFill AT_RECT_Y_ORIGIN or AT_RECT_Y_END, indicating where the cursor's y-coordinate is after the printer fills a rectangle area. Optional. If not specified, the default value is AT_RECT_Y_ORIGIN.
MaxGrayFill Numeric value representing the maximum gray fill percentage allowed as an argument to the CmdRectGrayFill command. Optional. If not specified, the default value is 100 (percent).
MinGrayFill Numeric value representing the minimum gray fill percentage allowed as an argument to the CmdRectGrayFill command. Optional. If not specified, the default value is 1 (percent).

For information about commands associated with a printer's rectangle area fill capabilities, see Rectangle area fill commands.