PixelRect(PixelSize) Constructor
Initializes a new instance of the PixelRect structure.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public PixelRect(
PixelSize size
)
Public Sub New (
size As PixelSize
)
new :
size : PixelSize -> PixelRect
Parameters
- PixelSize
- The size of the rectangle.