Image::Size Property

 

Gets the width and height, in pixels, of this image.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Size Size {
	Size get();
}

Property Value

Type: System.Drawing::Size

A Size structure that represents the width and height, in pixels, of this image.

.NET Framework
Available since 1.1
Return to top
Show: