RelativePoint(Point, RelativeUnit) Constructor
Initializes a new instance of the RelativePoint struct.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public RelativePoint(
Point point,
RelativeUnit unit
)
Public Sub New (
point As Point,
unit As RelativeUnit
)
new :
point : Point *
unit : RelativeUnit -> RelativePoint
Parameters
- Point
- The point.
- RelativeUnit
- The unit.
See Also
Reference
RelativePoint Structure
RelativePoint Overload
Avalonia Namespace