Get dimensions of the image

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
Size ImageSize { get; }
Visual Basic
ReadOnly Property ImageSize As Size
	Get
Visual C++
property Size ImageSize {
	Size get ();
}

See Also