Rect.Set
Rect.Set
Method
Definition
Overloads
Set(Rect) Set(Rect) |
Copy the coordinates from src into this rectangle. |
Set(Int32, Int32, Int32, Int32) Set(Int32, Int32, Int32, Int32) |
Set the rectangle's coordinates to the specified values. |
Set(Rect) Set(Rect)
Copy the coordinates from src into this rectangle.
[Android.Runtime.Register("set", "(Landroid/graphics/Rect;)V", "")]
public void Set (Android.Graphics.Rect src);
member this.Set : Android.Graphics.Rect -> unit
Parameters
Remarks
Portions of this page are modifications based on work created and shared by the
Set(Int32, Int32, Int32, Int32) Set(Int32, Int32, Int32, Int32)
Set the rectangle's coordinates to the specified values.
[Android.Runtime.Register("set", "(IIII)V", "")]
public void Set (int left, int top, int right, int bottom);
member this.Set : int * int * int * int -> unit
Parameters
Remarks
Portions of this page are modifications based on work created and shared by the