ManagerSetViewportFromView Method (Int32, View)
|
Namespace: Bricscad.GraphicsSystem
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public void SetViewportFromView(
int vwPrtNum,
View h_Vw
)
Public Sub SetViewportFromView (
vwPrtNum As Integer,
h_Vw As View
)
public:
void SetViewportFromView(
int vwPrtNum,
View^ h_Vw
)
member SetViewportFromView :
vwPrtNum : int *
h_Vw : View -> unit
Parameters
- vwPrtNum
- Type: SystemInt32
- h_Vw
- Type: Teigha.GraphicsSystemView
See Also