Returns the maximum width of all layers.

The result will include any layers outside the background layer (if LayersCropped and Cropped are not set).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int MaxLayerWidth { get; }
Public ReadOnly Property MaxLayerWidth As Integer
	Get
public:
property int MaxLayerWidth {
	int get ();
}

See Also