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; }
Public Property ZoomPoint As PointF
Get
Set
Property Value
Type:
PointFRemarks Default value is (0.0, 0.0). The origin is the center of the page.
See Also