VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfRotationAssistantArea Class
Constructors Properties Methods SeeAlso
In This Topic
    WpfRotationAssistantArea Class Members
    In This Topic
    The following tables list the members exposed by WpfRotationAssistantArea.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WpfRotationAssistantArea class.
    Public Properties
     NameDescription
    Public PropertyGets or sets an action mouse button of the interaction area. (Inherited from WpfInteractionArea)
    Public PropertyGets or sets a value indicating whether any mouse button can be used as action mouse button of the interaction area. (Inherited from WpfInteractionArea)
    Public PropertyGets or sets the background brush for the interaction area. (Inherited from WpfInteractionArea)
    Public PropertyGets or sets a border pen of the interaction area. (Inherited from WpfInteractionArea)
    Public PropertyGets or sets a cursor of the interaction area. (Inherited from WpfInteractionArea)
    Public PropertyGets or sets the discrete angle of the rotation assistant.
    Public PropertyGets a name of interaction. (Inherited from WpfInteractionArea)
    Public PropertyGets or sets the interaction radius of interaction point. (Inherited from WpfInteractionPoint)
    Public PropertyGets a type of this interaction area. (Inherited from WpfInteractionArea)
    Public PropertyGets or sets a value indicating whether the interaction area is enabled. (Inherited from WpfInteractionArea)
    Public PropertyGets or sets a value indicating whether the interaction area is visible.
    Public PropertyGets or sets the location of interaction point. (Inherited from WpfInteractionPoint)
    Public PropertyGets or sets the radius or sets the radius and InteractionRadius of interaction point. (Inherited from WpfInteractionPoint)
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodRounds current angle to the nearest DiscreteAngle.
    Public MethodReturns a bounding box of interaction area in viewer space. (Inherited from WpfInteractionPoint)
    Public MethodDetermines whether a point, in viewer space, is contained within the interaction area. (Inherited from WpfInteractionPoint)
    Public MethodRenders the interaction area on specified System.Windows.Media.DrawingContext.
    Protected Methods
     NameDescription
    Protected MethodCopies the state of the current object to the target object.
    Protected MethodReturns a drawing rectangle of interaction point. (Inherited from WpfInteractionPoint)
    See Also