RectangleSet.RectangleSet Constructors
RectangleSet()
Creates a new, empty RectangleSet.Syntax
public RectangleSet ()Platforms
Windows, Linux, Android
public RectangleSet ()Windows, Linux, Android
In this article
Creates a new instance of the RectangleSet class.
| Name | Description | |
|---|---|---|
| Public method | RectangleSet() | Creates a new, empty RectangleSet. |
| Public method | RectangleSet(const RectangleSet& obj) | Initializes a new instance of the RectangleSet class that is a copy the given object. |
public:
RectangleSet ()public:
RectangleSet (
const RectangleSet& obj
)Windows, Linux, Android
In this article
public RectangleSet ()Windows, Linux, Android
In this article
__init__ ( self )Windows, Linux, Android
In this article