RelativePoint(Double, Double, 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(
double x,
double y,
RelativeUnit unit
)
Public Sub New (
x As Double,
y As Double,
unit As RelativeUnit
)
new :
x : float *
y : float *
unit : RelativeUnit -> RelativePoint
Parameters
- Double
- The X point.
- Double
- The Y point
- RelativeUnit
- The unit.
See Also
Reference
RelativePoint Structure
RelativePoint Overload
Avalonia Namespace