VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction Namespace / ArcTransformationInteractionPoint Class
Constructors Properties Methods SeeAlso
In This Topic
    ArcTransformationInteractionPoint Class Members
    In This Topic
    The following tables list the members exposed by ArcTransformationInteractionPoint.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ArcTransformationInteractionPoint class.
    Public Properties
     NameDescription
    Public PropertyGets or sets an action mouse button of the interaction area. (Inherited from InteractionArea)
    Public PropertyGets or sets a value indicating whether any mouse button can be used as action mouse button of the interaction area. (Inherited from InteractionArea)
    Public PropertyGets or sets a border color of the interaction area. (Inherited from InteractionArea)
    Public PropertyGets or sets a border pen of the interaction area. (Inherited from InteractionArea)
    Public PropertyGets or sets a cursor of the interaction area. (Inherited from InteractionArea)
    Public PropertyGets or sets a fill brush of the interaction area. (Inherited from InteractionArea)
    Public PropertyGets or sets a fill color of the interaction area. (Inherited from InteractionArea)
    Public PropertyGets or sets the first point border color of the interaction area.
    Public PropertyGets or sets the first point border pen of the interaction area.
    Public PropertyGets or sets the first point fill brush of the interaction area.
    Public PropertyGets or sets the first point fill color of the interaction area.
    Public PropertyGets a name of interaction. (Inherited from InteractionArea)
    Public PropertyGets or sets the interaction radius of interaction point. (Inherited from InteractionPoint)
    Public PropertyGets a type of the interaction area. (Inherited from InteractionArea)
    Public PropertyGets or sets a value indicating whether the interaction area is enabled. (Inherited from InteractionArea)
    Public PropertyGets or sets a value indicating whether the interaction area is visible. (Inherited from InteractionArea)
    Public PropertyGets or sets the location of interaction point. (Inherited from InteractionPoint)
    Public PropertyGets or sets a point index. (Inherited from InteractionPolygonPoint)
    Public PropertyGets or sets the radius of interaction point. (Inherited from InteractionPoint)
    Public PropertyGets or sets the second point border color of the interaction area.
    Public PropertyGets or sets the second point border pen of the interaction area.
    Public PropertyGets or sets the second point fill brush of the interaction area.
    Public PropertyGets or sets the second point fill color of the interaction area.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodDraws the interaction area on specified graphics.
    Public MethodReturns a bounding box, in viewer space, of interaction area. (Inherited from InteractionPoint)
    Public MethodDetermines whether a point, in viewer space, is contained within the interaction area. (Inherited from InteractionRectangularPoint)
    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 InteractionPoint)
    See Also