Accusoft.PrintProSdk Namespace : Draw Class |
The following tables list the members exposed by Draw.
Name | Description | |
---|---|---|
BackColor | Gets and sets the background color used for drawing. | |
BackStyle | Gets and sets the background style used for drawing. | |
CurrentX | Gets and sets the current x (horizontal) coordinate the draw cursor is at. | |
CurrentY | Gets and sets the current y (vertical) coordinate the draw cursor is at. | |
FillColor | Gets and sets the fill color used for drawing. | |
FillStyle | Gets and sets the FillStyle used for drawing. | |
ForeColor | Gets and sets the foreground color used for drawing. | |
Mode | Gets and sets the DrawMode enumeration value used for drawing. | |
Style | Gets and sets the DrawStyle used for drawing. | |
Width | Gets and sets the width of the pen used for drawing. |
Name | Description | |
---|---|---|
Arc | Overloaded. Draws an arc on a printer. | |
Circle | Overloaded. Draws a circle or ellipse on a printer. | |
Curve | Overloaded. Draws a cubic bezier curve on a printer. | |
Line | Overloaded. Draws a line or rectangle on a printer. | |
Pie | Overloaded. Draws part of a circle. | |
Polygon | Overloaded. Draws a 3-6 sided polygon on a printer. | |
Rectangle | Overloaded. Draws a rectangle on a printer. | |
RoundRectangle | Overloaded. Draws a rectangle with rounded corners on printer. | |
Text | Overloaded. Draws the specified text string. | |
TextAligned | Overloaded. Draws text with the specified alignment. | |
TextHeight | Overloaded. Returns the height the text would be if the output has a specified font. | |
TextRotated | Overloaded. Outputs text rotated by a specified number of degrees. | |
TextWidth | Overloaded. Returns the width the text would be if output with specified font. |