'Declaration Public Overloads Function Remove( _
ByVal figureThe figure.As Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure _
) As Boolean
public bool Remove(
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure figure
)
public: bool Remove(
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure* figure
)
public:
bool Remove(
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure^ figure
)
Parameters
- figure
- The figure.
Return Value
True if figure is removed successfully; otherwise, false.