IAcadApplicationZoomCenter Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void ZoomCenter(
Object Center,
double Magnify
)
Sub ZoomCenter (
Center As Object,
Magnify As Double
)
void ZoomCenter(
[InAttribute] Object^ Center,
[InAttribute] double Magnify
)
abstract ZoomCenter :
Center : Object *
Magnify : float -> unit
Parameters
- Center
- Type: SystemObject
- Magnify
- Type: SystemDouble
See Also