ClipArea Structure |
Namespace: Arction.WinForms.Charting
The ClipArea type exposes the following members.
| Name | Description | |
|---|---|---|
| ClipArea(Double, Double, ClipDirection) |
Constructor.
| |
| ClipArea(Double, Double, ClipDirection, Object) |
Constructor.
| |
| ClipArea(Double, Double, Int32, ClipDirection) |
Constructor.
| |
| ClipArea(Double, Double, Int32, ClipDirection, Object) |
Constructor.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Convert class description to string.
(Overrides ValueTypeToString.) |
| 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.
|