TClippingStyle Enumeration
Can be used to clip into a region instead of drawing on it.
Syntax
Unit: FlexCel.Core
Members
| Name |
Value |
Description |
| None |
0 |
Normal draw, this will draw the image.
|
| Include |
1 |
This will include the region into the clipping area, no image will be drawn.
|
| Exclude |
2 |
This will exclude the region from the clipping area, no image will be drawn.
|