C-DEngine 5.105

nmiCtrlPicture..::..FullWidth Property

Set the width of image for zoom level 3 (naturalwidth)

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int FullWidth { get; set; }
Public Property FullWidth As Integer
	Get
	Set
public:
property int^ FullWidth {
	int^ get ();
	void set (int^ value);
}