Click or drag to resize

DwgDecoderZoomPoint Property

Sets or gets the point from which zooming should be done on the image.

Namespace:  Atalasoft.Imaging.Codec.CadCam
Assembly:  Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PointF ZoomPoint { get; set; }

Property Value

Type: PointF
Remarks
Default value is (0.0, 0.0). The origin is the center of the page.
See Also