This property sets the top left coordinates of the location where an object will be pasted.

[Visual Basic] Public Property PastePoint As System.Windows.Point
[C#] public System.Windows.Point PastePoint {get; set;}

Property Value

The top left coordinates where the object is pasted. Value of type System.Windows.Point

Explanation

The PastePoint property sets the top left coordinates of the location where an object will be pasted.

This property applies to pasting objects using the Toolbar or PasteCopiedObjects method. When pasting objects using the context menu item, "Paste", the location where the object is pasted is determinde by the coordinates on the image where the mouse was "right clicked" to display the context menu.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation