OpenMetaverse Protocol Library Developers API Documentation
SetHeightWidth Method (height, width)
NamespacesOpenMetaverseAgentManagerSetHeightWidth(UInt16, UInt16)
Set the height and the width of the client window. This is used by the server to build a virtual camera frustum for our avatar
Declaration Syntax
C#
public 
void 
SetHeightWidth(
        
ushort 
height,
        
ushort 
width
)
Parameters
height ( UInt16)
New height of the viewer window
width ( UInt16)
New width of the viewer window

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)