Syntax
public void ZoomExtents(
int ,
int
)
public: void ZoomExtents(
int ,
int
)
public:
void ZoomExtents(
int ,
int
)
'Declaration
Public Overloads Sub ZoomExtents( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As CADCamera
Dim width As Integer
Dim height As Integer
instance.ZoomExtents(width, height)
Parameters
- width
- Width to set new ViewRect to.
- height
- Height to set new ViewRect to.
See Also