'Declaration Protected Function New( _
ByVal figureObject that stores the graphics figure.As Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure, _
ByVal createDefaultInteractionControllersA value indicating whether the default interaction controllers (builder and transformer) must be created.As Boolean _
)
protected GraphicsFigureView(
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure figure,
bool createDefaultInteractionControllers
)
protected: GraphicsFigureView(
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure* figure,
bool createDefaultInteractionControllers
)
protected:
GraphicsFigureView(
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure^ figure,
bool createDefaultInteractionControllers
)
Parameters
- figure
- Object that stores the graphics figure.
- createDefaultInteractionControllers
- A value indicating whether the default interaction controllers (builder and transformer) must be created.