CADability dotNET
Clips the bitmap according to the provided shape and plane. The BitmapBits are replaced by transparent pixels, the original bits are lost. Setting another clip area doesn't restore already clipped pixels. (Ofcourse undo restores the original bitmap bits)

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void Clip(
	Plane plane,
	CompoundShape shape
)
Visual Basic
Public Sub Clip ( _
	plane As Plane, _
	shape As CompoundShape _
)
Visual C++
public:
void Clip(
	Plane plane, 
	CompoundShape^ shape
)

Parameters

plane
Type: CADability..::..Plane
The plane as a reference system for the shape
shape
Type: CADability.Shapes..::..CompoundShape
The shape for the clip operation

See Also