[][src]Function gdl::graphics::draw_photonimage

pub fn draw_photonimage(
    container_img: &mut PhotonImage,
    photon_img: &PhotonImage,
    x_pos: u32,
    y_pos: u32
)

Draw a PhotonImage onto a container image.

Arguments