Class: Emfsvg::PngDecoder::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/emfsvg/png_decoder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



9
10
11
# File 'lib/emfsvg/png_decoder.rb', line 9

def height
  @height
end

#pixelsObject

Returns the value of attribute pixels

Returns:

  • (Object)

    the current value of pixels



9
10
11
# File 'lib/emfsvg/png_decoder.rb', line 9

def pixels
  @pixels
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



9
10
11
# File 'lib/emfsvg/png_decoder.rb', line 9

def width
  @width
end