Region Class |
Namespace: ProScript
The Region type exposes the following members.
Name | Description | |
---|---|---|
![]() | AcceptsTouch |
Gets whether or not this region accepts touch.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetColorBackground |
Gets the background color.
|
![]() | GetColorForeground |
Gets the foreground color.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNumber |
Gets the region number.
|
![]() | GetOutputToHost |
Gets whether this region will output information to the host or not.
|
![]() | GetReserved2 |
The parameter is not used.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetX1 |
Gets the left most edge.
|
![]() | GetX2 |
Gets the right most edge.
|
![]() | GetY1 |
Gets the top most edge.
|
![]() | GetY2 |
Gets the bottom most edge.
|
![]() | HasFrame |
Gets whether or not this region has a box around it.
|
![]() | IsDecode |
Gets whether or not this region will generate coordinate events.
|
![]() | IsInUse |
Gets whether or not this region is in use.
|
![]() | IsReserved1 |
The parameter is not used.
|
![]() | IsVisible |
Gets whether or not this region is visible.
|
![]() | SetAcceptTouch |
Sets whether or not this region accepts touch.
|
![]() | SetColorBackground |
Sets the background color
|
![]() | SetColorForeground |
Sets the foreground color
|
![]() | SetDecode |
Sets whether or not this region will generate coordinate events.
|
![]() | SetHasFrame |
Sets whether or not this region has a box around it.
|
![]() | SetNumber |
Sets the region number.
|
![]() | SetOutputToHost |
Sets whether this region will output information to the host or not.
|
![]() | SetReserved1 |
The parameter is not used.
|
![]() | SetReserved2 |
The parameter is not used.
|
![]() | SetVisible |
Sets whether or not this region is visible.
|
![]() | SetX1 |
Sets the left most edge.
|
![]() | SetX2 |
Sets the right most edge.
|
![]() | SetY1 |
Sets the top most edge.
|
![]() | SetY2 |
Sets the bottom most edge.
|
![]() | ToString |
Converts this object into a human readable string.
(Overrides ObjectToString.) |