SoWinViewerGetViewport Method |
Returns viewport region as 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 GetViewport(
out short left,
out short bottom,
out short width,
out short height
)
Public Overridable Sub GetViewport (
<OutAttribute> ByRef left As Short,
<OutAttribute> ByRef bottom As Short,
<OutAttribute> ByRef width As Short,
<OutAttribute> ByRef height As Short
)
public:
virtual void GetViewport(
[OutAttribute] short% left,
[OutAttribute] short% bottom,
[OutAttribute] short% width,
[OutAttribute] short% height
)
abstract GetViewport :
left : int16 byref *
bottom : int16 byref *
width : int16 byref *
height : int16 byref -> unit
override GetViewport :
left : int16 byref *
bottom : int16 byref *
width : int16 byref *
height : int16 byref -> unit
Parameters
- left
- Type: SystemInt16
- bottom
- Type: SystemInt16
- width
- Type: SystemInt16
- height
- Type: SystemInt16
Implements
SoStereoViewerGetViewport(Int16, Int16, Int16, Int16)Remarks See Also