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