PcanvasTransform class
PCanvas transformation.
Constructors
- PcanvasTransform({num translateX = 0, num translateY = 0})
- 
          
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isZeroTransformation → bool
- 
  
  no setter
- isZeroTranslation → bool
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- translate → Point
- 
  
  no setter
- translateX → num
- 
  
  final
- translateY → num
- 
  
  final
Methods
Operators
- 
  operator +(PcanvasTransform other) → PcanvasTransform 
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- none → const PcanvasTransform