Click or drag to resize

DXFReaderNETControlZoomWindow Method

Zooms a drawing to the window specified by the StartPoint and EndPoint parameters.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void ZoomWindow(
	Vector2 StartPoint,
	Vector2 EndPoint
)

Parameters

StartPoint
Type: DXFReaderNETVector2
The start point of the window.
EndPoint
Type: DXFReaderNETVector2
The end point of the window.
See Also