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 |
---|---|---|
![]() |
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.) |
![]() |
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.) |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
Double (Visual Basic) double (C#) |
The horizontal scale between the displayed portion of the image and the actual image. |
![]() |
Double (Visual Basic) double (C#) |
The vertical scale between the original image and the displayed image. |
See Also
ImageKit Members | Newtone.ImageKit.Wpf.ImageKit