Returns or sets the height of the specified character's frame.
agent.Characters ("CharacterID").Height [= value]
Part | Description |
value | A Long integer that specifies the character's frame height. |
The Height property is always expressed in pixels, relative to screen coordinates (upper left).
Even though the character appears in an irregularly shaped region window, the height of the character is based on the external dimensions of the rectangular animation frame used when the character was compiled with the Microsoft Agent Character Editor.
--------------------------------------------------------