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)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum