Layer.DrawImage
Layer.DrawImage method
Draws the image on layer.
public void DrawImage(Point location, RasterImage image)
| Parameter | Type | Description |
|---|---|---|
| location | Point | The location. |
| image | RasterImage | The image. |
Exceptions
| exception | condition |
|---|---|
| PsdImageException | Location must be non-negative |
See Also
- struct Point
- class RasterImage
- class Layer
- namespace Aspose.PSD.FileFormats.Psd.Layers
- assembly Aspose.PSD