Méthode | Description | |
---|---|---|
ApplyConstraint ( |
Applies the constraint to the axes.
|
|
YPixelWorldLength ( double p ) : System |
Constructor, which defines the world pixel length only. Both x-axes will be moved by equal amounts in order to force this constraint.
|
|
YPixelWorldLength ( double p, |
Constructor, which defines the world pixel length together with the x-axis that should be held constant when forcing this constraint [the other x-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 YPixelWorldLength ( double p ) : System | ||
p | double | The world pixel length |
Résultat | System |
public YPixelWorldLength ( double p, |
||
p | double | The world pixel length |
holdFixedX | The position of this x-axis will be held constant. The other x-axis will be moved in order to force the constraint. | |
Résultat | System |