Click or drag to resize

RegionText Class

This class represents a text region on the device.
Inheritance Hierarchy

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class RegionText : Region

The RegionText type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAcceptsTouch
Gets whether or not this region accepts touch.
(Inherited from Region.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetColorBackground
Gets the background color.
(Inherited from Region.)
Public methodGetColorForeground
Gets the foreground color.
(Inherited from Region.)
Public methodGetFontNumber
Gets the Font ID used to draw the text to the device.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHorizontalJustification
Gets the horizontal justification for the text in this region.
Public methodGetNumber
Gets the region number.
(Inherited from Region.)
Public methodGetOutputToHost
Gets whether this region will output information to the host or not.
(Inherited from Region.)
Public methodGetReserved2
The parameter is not used.
(Inherited from Region.)
Public methodGetResourceNumber
Gets the resource ID used for this region.
Public methodGetTextReserved
This parameter is not used.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVerticalJustification
Gets the vertical justification for the text in this region.
Public methodGetX1
Gets the left most edge.
(Inherited from Region.)
Public methodGetX2
Gets the right most edge.
(Inherited from Region.)
Public methodGetY1
Gets the top most edge.
(Inherited from Region.)
Public methodGetY2
Gets the bottom most edge.
(Inherited from Region.)
Public methodHasFrame
Gets whether or not this region has a box around it.
(Inherited from Region.)
Public methodIsDecode
Gets whether or not this region will generate coordinate events.
(Inherited from Region.)
Public methodIsInUse
Gets whether or not this region is in use.
(Inherited from Region.)
Public methodIsReserved1
The parameter is not used.
(Inherited from Region.)
Public methodIsVisible
Gets whether or not this region is visible.
(Inherited from Region.)
Public methodSetAcceptTouch
Sets whether or not this region accepts touch.
(Inherited from Region.)
Public methodSetColorBackground
Sets the background color
(Inherited from Region.)
Public methodSetColorForeground
Sets the foreground color
(Inherited from Region.)
Public methodSetDecode
Sets whether or not this region will generate coordinate events.
(Inherited from Region.)
Public methodSetFontNumber
Sets the Font ID used to draw the text to the device.
Public methodSetHasFrame
Sets whether or not this region has a box around it.
(Inherited from Region.)
Public methodSetHorizontalJustification
Sets the horizontal justification for the text in this region.
Public methodSetNumber
Sets the region number.
(Inherited from Region.)
Public methodSetOutputToHost
Sets whether this region will output information to the host or not.
(Inherited from Region.)
Public methodSetReserved1
The parameter is not used.
(Inherited from Region.)
Public methodSetReserved2
The parameter is not used.
(Inherited from Region.)
Public methodSetResourceNumber
Sets the resource ID used for this region.
Public methodSetTextReserved
This parameter is not used.
Public methodSetVerticalJustification
Sets the vertical justification for the text in this region.
Public methodSetVisible
Sets whether or not this region is visible.
(Inherited from Region.)
Public methodSetX1
Sets the left most edge.
(Inherited from Region.)
Public methodSetX2
Sets the right most edge.
(Inherited from Region.)
Public methodSetY1
Sets the top most edge.
(Inherited from Region.)
Public methodSetY2
Sets the bottom most edge.
(Inherited from Region.)
Public methodToString
Converts this object into a human readable string.
(Overrides RegionToString.)
Top
See Also