| Leadtools.Controls Namespace > ImageViewerItem Object : DefaultZoomOrigin Property |
get_defaultZoomOrigin();
Object.defineProperty('defaultZoomOrigin');
| Type | Description |
|---|---|
| LeadPointD | The default zoom origin of this item. Default value is the center of the image. |
This value can be passed to Zoom to perform the operation around the center of the image. The default value is the center of the image (ImageSize.Width / 2, ImageSize.Height / 2).