|
ScottPlot
|
Represents the size (in pixels) of padding on all edges of a rectangle. More...
Public Member Functions | |
| PixelPadding (float padding) | |
| PixelPadding (float x, float y) | |
| PixelPadding (float left, float right, float bottom, float top) | |
| PixelPadding (PixelSize figureSize, PixelRect dataArea) | |
| void | Expand (float amount) |
| void | Contract (float amount) |
Public Attributes | |
| float | Left |
| float | Right |
| float | Bottom |
| float | Top |
Properties | |
| float | Horizontal [get] |
| float | Vertical [get] |
| static PixelPadding | Zero [get] |
Represents the size (in pixels) of padding on all edges of a rectangle.
|
inline |
|
inline |
|
inline |
| void ScottPlot.PixelPadding.Contract | ( | float | amount | ) |
|
inline |
| float ScottPlot.PixelPadding.Bottom |
| float ScottPlot.PixelPadding.Left |
| float ScottPlot.PixelPadding.Right |
| float ScottPlot.PixelPadding.Top |
|
get |
|
get |
|
staticget |