Click or drag to resize
SoRemoteVizClientDisplayModes Enumeration

Display mode value.

Namespace: OIV.RemoteViz.Clients.Nodes
Assembly: OIV.RemoteViz.Client (in OIV.RemoteViz.Client.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum DisplayModes
Members
  Member nameValueDescription
STRETCH0

Stretches the image to fill the container.

The renderArea aspect ratio is not kept.

CROP1

The image is cropped more or less (depending on the container size and the renderArea size) to keep the same scale as the renderArea.

FIT2

This mode resizes the image to fit the container by keeping the same aspect ratio as the renderArea.

Remarks