get_resolution


Description:

public bool get_resolution (out double xresolution, out double yresolution)

Returns the specified image's resolution.

This procedure returns the specified image's resolution in dots per inch. This value is independent of any of the layers in this image.

Parameters:

this

The image.

xresolution

The resolution in the x-axis, in dots per inch.

yresolution

The resolution in the y-axis, in dots per inch.

Returns:

TRUE on success.