IAcadApplicationZoomCenter
Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.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 Object
-
- Magnify Double
-
See Also