Platform SDK: Agent |
HRESULT SetPosition( long lLeft, // screen coordinate of the left edge of character long lTop // screen coordinate of the top edge of character );
Sets the position of the character's animation frame.
This property's setting applies to all clients of the character. Even though the character appears in an irregularly shaped region window, the location of the character is based on its rectangular animation frame.
Note Unlike the MoveTo method, this function is not queued.