'Declaration Public Sub AddFigureClip( _
ByVal figureViewThe figure view.As GraphicsFigureView, _
ByVal clipPathThe clip path.As Vintasoft.Imaging.Drawing.IGraphicsPath _
)
public void AddFigureClip(
GraphicsFigureView figureView,
Vintasoft.Imaging.Drawing.IGraphicsPath clipPath
)
public: void AddFigureClip(
GraphicsFigureView* figureView,
Vintasoft.Imaging.Drawing.IGraphicsPath* clipPath
)
public:
void AddFigureClip(
GraphicsFigureView^ figureView,
Vintasoft.Imaging.Drawing.IGraphicsPath^ clipPath
)
Parameters
- figureView
- The figure view.
- clipPath
- The clip path.