This class exposes properties for the StartDispImage and EndDispImage events.

[Visual Basic] Public Class DispEventArgs Inherits EventArgs
[C#] public class DispEventArgs : EventArgs

Explanation

Property Type Explanation
 OriginX Integer (Visual Basic)
int (C#)
The horizontal distance from the left side of the ImageKit Control to the left side of the image. (If the image is larger than the ImageKit Control in the horizontal direction, OriginX will equal 0.)
 OriginY Integer (Visual Basic)
int (C#)
The vertical distance from the top of the ImageKit Control to the top of the image. (If the image is larger than the ImageKit Control in the vertical direction, OriginY will equal 0.)
 Left Integer (Visual Basic)
int (C#)
The horizontal distance from the left side of the actual image to the left side of that portion of the image currently being displayed.
 Top Integer (Visual Basic)
int (C#)
The vertical distance from the top of the actual image to the top of that portion of the image currently being displayed.
 Right Integer (Visual Basic)
int (C#)
The horizontal distance from the left side of the actual image to the right side of that portion of the image currently being displayed.
 Bottom Integer (Visual Basic)
int (C#)
The vertical distance from the top of the actual image to the top of that portion of the image currently being displayed.
 ScaleWidth Double (Visual Basic)
double (C#)
The horizontal scale between the displayed portion of the image and the actual image.
 ScaleHeight Double (Visual Basic)
double (C#)
 The vertical scale between the original image and the displayed image.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation