Class: Wx::SVGShapeRenderingMode
- Defined in:
- lib/wx/doc/gen/svg_file_dc.rb
Overview
SVG shape rendering mode.
These options represent the values defined in the SVG specification: svgwg.org/svg2-draft/painting.html#ShapeRenderingProperty
Constant Summary collapse
- SVG_SHAPE_RENDERING_AUTO =
Wx::SVGShapeRenderingMode.new(0)
- SVG_SHAPE_RENDERING_OPTIMIZE_SPEED =
Wx::SVGShapeRenderingMode.new(1)
- SVG_SHAPE_RENDERING_CRISP_EDGES =
Wx::SVGShapeRenderingMode.new(2)
- SVG_SHAPE_RENDERING_GEOMETRIC_PRECISION =
Wx::SVGShapeRenderingMode.new(3)
- SVG_SHAPE_RENDERING_OPTIMISE_SPEED =
Wx::SVGShapeRenderingMode.new(1)
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