Method | Description | |
---|---|---|
ApplyConstraint ( |
Applies the constraint to the axes.
|
|
AxisPosition ( |
Constructor, which defines an horizontal axis and the physical y position it should be drawn at.
|
public ApplyConstraint ( |
||
pXAxis1 | The bottom x-axis. | |
pYAxis1 | The left y-axis. | |
pXAxis2 | The top x-axis. | |
pYAxis2 | The right y-axis. | |
return | void |
public AxisPosition ( |
||
axis | The x-axis for which the y position is to be specified. | |
yPosition | int | The [physical] y position of the axis. |
return | System |