If true and the layer is out of background image (layer 0) area, this layer will be cut to the background.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Cropped { get; set; }
Public Property Cropped As Boolean
	Get
	Set
public:
property bool Cropped {
	bool get ();
	void set (bool value);
}

See Also