stagexl
stagexl
GraphicsCommandMoveTo
updateContext
updateContext
stagexl
stagexl
GraphicsCommandMoveTo
updateContext
method
updateContext
Source
stagexl
stagexl
GraphicsCommandMoveTo
Constructors
GraphicsCommandMoveTo
Properties
graphics
hashCode
runtimeType
x
y
Operators
operator ==
Methods
invalidate
noSuchMethod
toString
updateContext
override
void
updateContext
(
GraphicsContext
context
)
Source
@override void updateContext(GraphicsContext context) { context.moveTo(x, y); }