SoWinViewerSetViewport Method |
Sets viewport region with given origin (lower-left corner) and size, given as pixel coordinates.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void SetViewport(
short left,
short bottom,
short width,
short height
)
Public Overridable Sub SetViewport (
left As Short,
bottom As Short,
width As Short,
height As Short
)
public:
virtual void SetViewport(
short left,
short bottom,
short width,
short height
)
abstract SetViewport :
left : int16 *
bottom : int16 *
width : int16 *
height : int16 -> unit
override SetViewport :
left : int16 *
bottom : int16 *
width : int16 *
height : int16 -> unit
Parameters
- left
- Type: SystemInt16
- bottom
- Type: SystemInt16
- width
- Type: SystemInt16
- height
- Type: SystemInt16
Implements
SoStereoViewerSetViewport(Int16, Int16, Int16, Int16)Remarks See Also