Returns width for the
current image.
property Width: Integer;
Description
This is a read-only property which will return the current image width.
This property can not be changed. It's recommended instead to
assign from another TBitmap when you
want to change the image (or when you don't need to change size accessing
Scanline property).