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