Click or drag to resize

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.52
Syntax
public void ZoomSpotIn(
	Vector2 Position
)

Parameters

Position
Type: DXFReaderNETVector2
The position point.
See Also