VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / BoundingBoxInteractionPoints Class
Constructors Properties Methods SeeAlso
In This Topic
BoundingBoxInteractionPoints Class Members
In This Topic
The following tables list the members exposed by BoundingBoxInteractionPoints.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the BoundingBoxInteractionPoints class.
Public Properties
 NameDescription
Public PropertyGets the bottom-left interaction point.
Public PropertyGets the bottom interaction point.
Public PropertyGets the bottom-right interaction point.
Public PropertyGets the left interaction point.
Public PropertyGets the right interaction point.
Public PropertyGets or sets the two-headed diagonal (northeast/southwest) sizing cursor.
Public PropertyGets or sets the two-headed vertical (north/south) sizing cursor.
Public PropertyGets or sets the two-headed diagonal (northwest/southeast) sizing cursor.
Public PropertyGets or sets the two-headed horizontal (west/east) sizing cursor.
Public PropertyGets the top-left interaction point.
Public PropertyGets the top interaction point.
Public PropertyGets the right-top interaction point.
Public PropertyGets or sets a value indicating whether bounding box must use the sizing cursors as cursors for interaction points of bounding box.
Public Methods
 NameDescription
Public MethodReturns an enumerator that iterates through a bounding box points.
Public MethodUpdates cursors of interaction points located on interactive object's bounding box when interactive object is rotated.
See Also