PyControl
Properties
Section titled “Properties”No properties found.
No fields found.
No enums found.
Methods
Section titled “Methods”SetRect
Section titled “SetRect”(x, y, w, h)
Used in python API
Parameters:
Name | Type | Optional | Description |
---|---|---|---|
x | int | ❌ No | |
y | int | ❌ No | |
w | int | ❌ No | |
h | int | ❌ No |
Return Type: Control
SetWidth
Section titled “SetWidth”(width)
Used in python API
Parameters:
Name | Type | Optional | Description |
---|---|---|---|
width | int | ❌ No |
Return Type: Control
SetHeight
Section titled “SetHeight”(height)
Used in python API
Parameters:
Name | Type | Optional | Description |
---|---|---|---|
height | int | ❌ No |
Return Type: Control
(x)
Used in python API
Parameters:
Name | Type | Optional | Description |
---|---|---|---|
x | int | ❌ No |
Return Type: Control
(y)
Used in python API
Parameters:
Name | Type | Optional | Description |
---|---|---|---|
y | int | ❌ No |
Return Type: Control
SetPos
Section titled “SetPos”(x, y)
Use int python API
Parameters:
Name | Type | Optional | Description |
---|---|---|---|
x | int | ❌ No | |
y | int | ❌ No |
Return Type: Control
Used in python API
Return Type: int
Used in python API
Return Type: int