Method: HexaPDF::Content::LineDashPattern#to_operands

Defined in:
lib/hexapdf/content/graphics_state.rb

#to_operandsObject

Converts the LineDashPattern object to an array of operands for the associated PDF content operator.



269
270
271
# File 'lib/hexapdf/content/graphics_state.rb', line 269

def to_operands
  [@array, @phase]
end