Skip to main content

PixelRect(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the PixelRect structure.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public PixelRect(
int x,
int y,
int width,
int height
)

Parameters

  Int32
The X position.
  Int32
The Y position.
  Int32
The width.
  Int32
The height.

See Also

Reference

PixelRect Structure
PixelRect Overload
Avalonia Namespace