DXFReaderNETControlZoomSpotIn Method
|
Zooms in a drawing by scale factor specified in the
ZoomInOutPercent property from the position.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public void ZoomSpotIn(
Vector2 Position
)
Public Sub ZoomSpotIn (
Position As Vector2
)
public:
void ZoomSpotIn(
Vector2 Position
)
member ZoomSpotIn :
Position : Vector2 -> unit
METHOD ZoomSpotIn(
Position AS Vector2
) AS VOID
Parameters
- Position
- Type: DXFReaderNETVector2
The position point.
See Also