class HexaPDF::Content::Operator::MoveTo
Implementation of the 'm' operator.
See: PDF1.7 s8.5.2.1
Public Class Methods
new()
click to toggle source
Creates the operator.
Calls superclass method
HexaPDF::Content::Operator::BaseOperator::new
# File lib/hexapdf/content/operator.rb, line 543 def initialize super('m') end