Class: Wx::ImageResolution

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/image.rb

Overview

Possible values for the image resolution option.

See Also:

  • Wx::Image#get_option_int.

Requires:

  • USE_IMAGE

Constant Summary collapse

IMAGE_RESOLUTION_NONE =

Resolution not specified.

Wx::ImageResolution.new(0)
IMAGE_RESOLUTION_INCHES =

Resolution specified in inches.

Wx::ImageResolution.new(1)
IMAGE_RESOLUTION_CM =

Resolution specified in centimetres.

Wx::ImageResolution.new(2)