c# - What is a way to combine different images to form a single image? -
i want make cartoon using face.jpg hair.jpg eyes.jpg , other .jpg files of other facial features make single image of cartoon. know can draw lines,circles,ellipses etc. on image bitmap using graphics object there way draw image bitmap on graphics object?. appreciated.
if have image instance, can use graphics.drawimage method.