ClipArea Fields |
The ClipArea type exposes the following members.
| Name | Description | |
|---|---|---|
| Begin |
Begin value. Start clipping from here.
| |
| ClipDirection |
Clip direction, X or Y.
| |
| End |
End value. End clipping here.
| |
| MarginPixels |
Amount of pixels to clip more from positions calculated from Begin and End values.
0: Don't clip more or less.
Positive: Clip more, the clipped area is this many pixels wider from both left and right (or top and bottom).
Negative: Clip less, the clipped area is this many pixels narrower from both left and right (or top and bottom).
| |
| Tag |
Tag. Freely assignable object.
|