VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / GraphicsFigureView Class / GraphicsFigureView Constructors / GraphicsFigureView Constructor(GraphicsFigure,Boolean)
Syntax Requirements SeeAlso
In This Topic
    GraphicsFigureView Constructor(GraphicsFigure,Boolean)
    In This Topic
    Initializes a new instance of the GraphicsFigureView class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal figure
    Object that stores the graphics figure.
    As Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure, _
    ByVal createDefaultInteractionControllers
    A value indicating whether the default interaction controllers (builder and transformer) must be created.
    As Boolean _
    )

    Parameters

    figure
    Object that stores the graphics figure.
    createDefaultInteractionControllers
    A value indicating whether the default interaction controllers (builder and transformer) must be created.
    Requirements

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

    See Also