Method | Description | |
---|---|---|
ApplyConstraint ( |
Applies the constraint to the axes.
|
|
AspectRatio ( double a ) : System |
Constructor.
|
|
AspectRatio ( double a, |
Constructor
|
|
AspectRatio ( double a, |
Constructor
|
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 AspectRatio ( double a ) : System | ||
a | double | Aspect Ratio |
return | System |
public AspectRatio ( double a, |
||
a | double | Aspect Ratio |
holdFixedX | /// When adjusting the position of axes, the specified axis will never /// be moved. /// | |
return | System |
public AspectRatio ( double a, |
||
a | double | Aspect Ratio |
holdFixedX | When adjusting the position of axes, the specified axis will never be moved. | |
holdFixedY | When adjusting the position of axes, the specified axis will never be moved. | |
return | System |