'Declaration Public Overloads Sub IntersectClip( _
ByVal pathIGraphicsPath объект для пересечения с текущей областью обрезки.As Vintasoft.Imaging.Drawing.IGraphicsPath, _
ByVal fillModeЧлен перечисления GraphicsPathFillMode, определяющий способ заполнения кривой.As Vintasoft.Imaging.Drawing.GraphicsPathFillMode _
)
public void IntersectClip(
Vintasoft.Imaging.Drawing.IGraphicsPath path,
Vintasoft.Imaging.Drawing.GraphicsPathFillMode fillMode
)
public: void IntersectClip(
Vintasoft.Imaging.Drawing.IGraphicsPath* path,
Vintasoft.Imaging.Drawing.GraphicsPathFillMode fillMode
)
public:
void IntersectClip(
Vintasoft.Imaging.Drawing.IGraphicsPath^ path,
Vintasoft.Imaging.Drawing.GraphicsPathFillMode fillMode
)
Parameters
- path
- IGraphicsPath объект для пересечения с текущей областью обрезки.
- fillMode
- Член перечисления GraphicsPathFillMode, определяющий способ заполнения кривой.