Platform SDK: Agent

IAgentNotifySink:: Size

HRESULT Size(
   long dwCharID,  // character ID
   long lWidth,    // new width
   long lHeight,   // new height
);                          

Notifies a client application when the character has been resized.

dwCharID
Identifier of the character that has been resized.
lWidth
The width of the character's animation frame in pixels.
lHeight
The height of the character's animation frame in pixels.

This event is sent to all clients of the character.

See Also

IAgentCharacter::GetSize, IAgentCharacter::SetSize