get_resolution


Description:

public abstract bool get_resolution (ResolutionUnit unit, float x, float y)

Retrieve resolution from the application image metadata.

Intended for use by the image file writer. If resolution is not supported by the application or if the operation fails false is returned and the resolution values are not updated.

Parameters:

this

The Metadata interface

unit

ResolutionUnit return location

x

X resolution return location

y

Y resolution return location

Returns:

true if successful.