VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / RectangleBasedFigureView Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    RectangleBasedFigureView Class
    In This Topic
    Determines how user can interact with RectangleFigure.
    Object Model
    GraphicsFigurePointsEditor GraphicsFigure IInteractionController IInteractionController IInteractionController RectangleBasedFigureView
    Syntax
    'Declaration
    
    Public Class RectangleBasedFigureView
       Inherits GraphicsFigureView
    
    
    public class RectangleBasedFigureView : GraphicsFigureView
    
    
    public __gc class RectangleBasedFigureView : public GraphicsFigureView*
    
    
    public ref class RectangleBasedFigureView : public GraphicsFigureView^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.UI.GraphicsFigureView
          Vintasoft.Imaging.Pdf.UI.RectangleBasedFigureView
             Vintasoft.Imaging.Pdf.UI.OfficeDocumentFigureView

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also