Layer.DrawImage

Layer.DrawImage method

Draws the image on layer.

public void DrawImage(Point location, RasterImage image)
ParameterTypeDescription
locationPointThe location.
imageRasterImageThe image.

Exceptions

exceptioncondition
PsdImageExceptionLocation must be non-negative

See Also