'Declaration Public Sub SetZoom( _
ByVal valueThe new zoom value.As Double, _
ByVal focusPointInViewerSpaceThe focus point in viewer space.As Vintasoft.Primitives.VintasoftPoint _
)
public void SetZoom(
double value,
Vintasoft.Primitives.VintasoftPoint focusPointInViewerSpace
)
public: void SetZoom(
double value,
Vintasoft.Primitives.VintasoftPoint focusPointInViewerSpace
)
public:
void SetZoom(
double value,
Vintasoft.Primitives.VintasoftPoint focusPointInViewerSpace
)
Parameters
- value
- The new zoom value.
- focusPointInViewerSpace
- The focus point in viewer space.