VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / RectangularSelectionRegion Class
Constructors Properties Methods Events SeeAlso
In This Topic
    RectangularSelectionRegion Class Members
    In This Topic
    The following tables list the members exposed by RectangularSelectionRegion.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a list of transform interaction controllers available for this region. (Inherited from SelectionRegionBase)
    Public PropertyGets or sets a building interaction controller of this region. (Inherited from SelectionRegionBase)
    Public PropertyGets or sets an interaction controller of this region. (Inherited from SelectionRegionBase)
    Public PropertyGets a point count of this region. (Inherited from SelectionRegionBase)
    Public PropertyGets or sets a transform interaction controller of this region. (Inherited from SelectionRegionBase)
    Public PropertyGets or sets a view of this region. (Inherited from SelectionRegionBase)
    Protected Properties
     NameDescription
    Protected PropertyGets a list of points of this region. (Inherited from SelectionRegionBase)
    Public Methods
     NameDescription
    Public MethodCreates a new instance of RectangularSelectionRegion class.
    Public MethodReleases all resources used by the SelectionRegionBase object. (Inherited from SelectionRegionBase)
    Public MethodOverloaded. Draws this region on specified . (Inherited from SelectionRegionBase)
    Public MethodReturns the this region as System.Drawing.Drawing2D.GraphicsPath. (Inherited from SelectionRegionBase)
    Public MethodReturns a bounding box of this region. (Inherited from SelectionRegionBase)
    Public MethodReturns a drawing box of this region. (Inherited from SelectionRegionBase)
    Public MethodReturns a point transformation of this region for specified ImageViewer. (Inherited from PolygonalSelectionRegion)
    Public MethodOverloaded. Determines that point belongs this region. (Inherited from SelectionRegionBase)
    Public MethodResets this region.
    Protected Methods
     NameDescription
    Protected MethodDraws the selection on specified graphics path. (Inherited from PolygonalSelectionRegion)
    Protected MethodRaises the StateChanged event. (Inherited from SelectionRegionBase)
    Public Events
     NameDescription
    Public EventOccurs when the selection state is changed. (Inherited from SelectionRegionBase)
    See Also