Méthode | Description | |
---|---|---|
ApplyConstraint ( |
Applies the constraint to the axes.
|
|
XPixelWorldLength ( double p ) : System |
Constructor, which defines the world pixel length only. Both y-axes will be moved by equal amounts in order to force this constraint.
|
|
XPixelWorldLength ( double p, |
Constructor, which defines the world pixel length together with the y-axis that should be held constant when forcing this constraint [the other y-axis only will be moved].
|
public ApplyConstraint ( |
||
pXAxis1 | The bottom x-axis. | |
pYAxis1 | The left y-axis. | |
pXAxis2 | The top x-axis. | |
pYAxis2 | The right y-axis. | |
Résultat | void |
public XPixelWorldLength ( double p ) : System | ||
p | double | The world pixel length |
Résultat | System |
public XPixelWorldLength ( double p, |
||
p | double | The world pixel length |
holdFixedY | The position of this y-axis will be /// held constant. The other y-axis will be moved in order to /// force the constraint. | |
Résultat | System |