Page History
...
Name | Type | Data Type | Description |
|---|---|---|---|
Left | *Input | Float | Starting X coordinate against left edge of the page |
Top | *Input | Float | Starting Y coordinate against upper edge of the page |
Width | *Input | Float | Width of rectangle |
Height | *Input | Float | Height of rectangle |
FillStyle | *Input (Optional) | Enumeration | Painting style |
...
Enum Value | Description |
|---|---|
Stroke | No fill color |
Fill | Fill with current set FillColor |
FillAndStroke | Fill with current set FillColor and then stroke |
Delay | Postpones setting the style so that a shape may be composed using multiple method calls |