Reply To: drawImageAt()

Home Forums General Programming drawImageAt() Reply To: drawImageAt()

#29991
zeoka
Participant
    • Topics: 73
    • Replies: 466
    • Total: 539
    • ★★★

    Hi
    I still need to draw image
    I ‘ve tried this but I think ist’s more complicated

    
    knbimg = panel:getResourceAsImage("My Image")
    g:drawImageAt(imageToDraw(knbimg),20,20,false)
    

    Anyone knows ?

    Ctrlr