Rect(Point, Size) Constructor
Initializes a new instance of the Rect structure.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Rect(
Point position,
Size size
)
Public Sub New (
position As Point,
size As Size
)
new :
position : Point *
size : Size -> Rect