IAcadApplicationZoomWindow
Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
void ZoomWindow(
Object LowerLeft,
Object UpperRight
)
Sub ZoomWindow (
LowerLeft As Object,
UpperRight As Object
)
void ZoomWindow(
[InAttribute] Object^ LowerLeft,
[InAttribute] Object^ UpperRight
)
abstract ZoomWindow :
LowerLeft : Object *
UpperRight : Object -> unit
Parameters
- LowerLeft Object
-
- UpperRight Object
-
See Also