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