PoBaseViewviewportOrigin Property |
Lower-left corner coordinates of the viewport of the view.
Namespace: OIV.Inventor.Gui.ViewAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2f viewportOrigin { get; }
Public ReadOnly Property viewportOrigin As SoSFVec2f
Get
public:
property SoSFVec2f^ viewportOrigin {
SoSFVec2f^ get ();
}
member viewportOrigin : SoSFVec2f with get
Property Value
Type:
SoSFVec2fRemarks
These coordinates must be given in the normalized space [0-1]*[0-1]. The coordinate (0,0) is the lower- left corner of the display window and (1,1) is the upper-right corner. Default is 0,0.
See Also