'Declaration Public Function New( _
ByVal commandAn image processing command.As ProcessingCommandBase, _
ByVal pathA graphical path.As Vintasoft.Imaging.Drawing.IGraphicsPath _
)
public ProcessPathCommand(
ProcessingCommandBase command,
Vintasoft.Imaging.Drawing.IGraphicsPath path
)
public: ProcessPathCommand(
ProcessingCommandBase* command,
Vintasoft.Imaging.Drawing.IGraphicsPath* path
)
public:
ProcessPathCommand(
ProcessingCommandBase^ command,
Vintasoft.Imaging.Drawing.IGraphicsPath^ path
)
Parameters
- command
- An image processing command.
- path
- A graphical path.