Width Property

Moxiecode Image Manager API

[Missing <summary> documentation for "P:Moxiecode.ImageManager.Utils.MediaInfo.Width"]

Namespace:  Moxiecode.ImageManager.Utils
Assembly:  MCImageManager (in MCImageManager.dll) Version: 1.0.0.0

Syntax

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

See Also