Layer.DrawImage

Layer.DrawImage method

レイヤーに画像を描画します。

public void DrawImage(Point location, RasterImage image)
パラメータタイプ説明
locationPoint場所。
imageRasterImage画像。

例外

例外調子
PsdImageException位置は正の値である必要があります

関連項目