ViewConstraints.Apply Methods
Applies the view constraints to a parameter.
Thread safety: This property is not thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | Apply(Point center) | Applies the view constraints to the specified center position. |
Public method | Apply(System.Double nominalScale) | Applies the view constraints to the specified nominal scale. |
Apply(Point center)
Applies the view constraints to the specified center position.Syntax
public Point Apply (
Point center
)
Parameters
center
Type: Point
A center position to apply the constraints to.
A center position to apply the constraints to.
Return Value
Type: Point
The new center position after the constraints have been applied to center.
The new center position after the constraints have been applied to center.
Apply(System.Double nominalScale)
Applies the view constraints to the specified nominal scale.Syntax
public System.Double Apply (
System.Double nominalScale
)
Parameters
nominalScale
Type: System.Double
A nominal scale to apply the constraints to.
A nominal scale to apply the constraints to.
Return Value
Type: System.Double
The new nominal scale after the constraints have been applied to nominalScale.
The new nominal scale after the constraints have been applied to nominalScale.
Platforms
Windows, Linux, Android