Error processing SSI file
(Leadtools.Controls)

Show in webframe

DefaultZoomOrigin Property (ImageViewerItem)




Default zoom origin of this item.
Syntax
public LeadPointD DefaultZoomOrigin {get;}
'Declaration
 
Public ReadOnly Property DefaultZoomOrigin As LeadPointD

Property Value

The default zoom origin of this item. Default value is the center of the image.
Remarks

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).

Requirements

Target Platforms

See Also

Reference

ImageViewerItem Class
ImageViewerItem Members

Error processing SSI file