Rect(Point, Point) 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 topLeft,
Point bottomRight
)
Public Sub New (
topLeft As Point,
bottomRight As Point
)
new :
topLeft : Point *
bottomRight : Point -> Rect