Class ViewPortHelper
Inheritance
ViewPortHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ViewPortHelper
Methods
GetCube(ComWrapper<ICamApiViewPort>)
Declaration
public static ComWrapper<ICamApiViewCube> GetCube(this ComWrapper<ICamApiViewPort> viewPortCom)
Parameters
Returns
GetMatrix(ComWrapper<ICamApiViewPort>)
View port transformation matrix. Setting this property changes the view immediately.
Declaration
public static TST3DMatrix GetMatrix(this ComWrapper<ICamApiViewPort> viewPortCom)
Parameters
Returns
GetScaleFactor(ComWrapper<ICamApiViewPort>)
Declaration
public static double GetScaleFactor(this ComWrapper<ICamApiViewPort> viewPortCom)
Parameters
Returns
GetViewBox(ComWrapper<ICamApiViewPort>)
View port bounding box. Setting this property changes the view immediately.
Declaration
public static TST2DBox GetViewBox(this ComWrapper<ICamApiViewPort> viewPortCom)
Parameters
Returns
GetViewMode(ComWrapper<ICamApiViewPort>)
Declaration
public static TViewPortViewMode GetViewMode(this ComWrapper<ICamApiViewPort> viewPortCom)
Parameters
Returns
SetMatrix(ComWrapper<ICamApiViewPort>, TST3DMatrix)
View port transformation matrix. Setting this property changes the view immediately.
Declaration
public static void SetMatrix(this ComWrapper<ICamApiViewPort> viewPortCom, TST3DMatrix value)
Parameters
SetMatrixFluently(ComWrapper<ICamApiViewPort>, TST3DMatrix)
Set view matrix fluently (with animation).
Declaration
public static void SetMatrixFluently(this ComWrapper<ICamApiViewPort> viewPortCom, TST3DMatrix matrix)
Parameters
SetViewBox(ComWrapper<ICamApiViewPort>, TST2DBox)
View port bounding box. Setting this property changes the view immediately.
Declaration
public static void SetViewBox(this ComWrapper<ICamApiViewPort> viewPortCom, TST2DBox value)
Parameters
SetViewBoxFluently(ComWrapper<ICamApiViewPort>, TST2DBox)
Set the view box fluently (with animation).
Declaration
public static void SetViewBoxFluently(this ComWrapper<ICamApiViewPort> viewPortCom, TST2DBox box)
Parameters
ZoomAll(ComWrapper<ICamApiViewPort>, bool)
Declaration
public static void ZoomAll(this ComWrapper<ICamApiViewPort> viewPortCom, bool fluently)
Parameters