Image.getSize

Gets the size of the image of an image object.

class Image
getSize
()

Return Value

Type: Point

When succeed, it returns a Point struct which includes the size of the image. Otherwise, it returns a Point struct whose value is (0, 0).

Meta