VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / ImageViewerArea Class
Constructors Properties Methods SeeAlso
In This Topic
    ImageViewerArea Class Members
    In This Topic
    The following tables list the members exposed by ImageViewerArea.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the 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 a name of interaction. (Inherited from InteractionArea)
    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 Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodDraws the interaction area on specified graphics. (Inherited from InteractionArea)
    Public MethodReturns a bounding box of interaction area in viewer space. (Inherited from InteractionArea)
    Public MethodIndicates whether the specified point is contained within this interaction area.
    Protected Methods
     NameDescription
    Protected MethodCopies the state of the current object to the target object. (Inherited from InteractionArea)
    See Also