PixelPoint Constructor
Initializes a new instance of the PixelPoint structure.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public PixelPoint(
int x,
int y
)
Public Sub New (
x As Integer,
y As Integer
)
new :
x : int *
y : int -> PixelPoint