ConnectionRequestedWidth Property |
Gets the last renderArea width requested by the client.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public uint RequestedWidth { get; }
Public ReadOnly Property RequestedWidth As UInteger
Get
public:
property unsigned int RequestedWidth {
unsigned int get ();
}
member RequestedWidth : uint32 with get
Return Value
Type:
UInt32the requested renderArea width
Remarks See Also