SoVRMLGeometryGetScreenSize Method |
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void GetScreenSize(
SoState state,
SbBox3f boundingBox,
out SbVec2s rectSize
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Sub GetScreenSize (
state As SoState,
boundingBox As SbBox3f,
<OutAttribute> ByRef rectSize As SbVec2s
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
static void GetScreenSize(
SoState^ state,
SbBox3f boundingBox,
[OutAttribute] SbVec2s% rectSize
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member GetScreenSize :
state : SoState *
boundingBox : SbBox3f *
rectSize : SbVec2s byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- boundingBox
- Type: OIV.InventorSbBox3f
- rectSize
- Type: OIV.InventorSbVec2s
Remarks
See Also