class
ClipPolyCmd
: public
MacroCmd
(Return to index)
command for clipping arbitrary graphics with a polygon.
Type:
Instantiable
Base Classes:
public
MacroCmd
Derived Classes
Include file:
OverlayUnidraw/ovclip.h
Public:
ClipPolyCmd
(
Editor
* ed,
Selection
* sel, float* x, float* y, int n)
virtual
Command
*
Copy
()
virtual void
Execute
()
replace graphics under polygon with graphics clipped by the polygon.
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
virtual boolean
Reversible
()
returns true.
Protected:
int
_n
Selection
*
_sel
float*
_x
float*
_y
(more documentation)