You are here: Start » AVL.NET » AVL.DrawImage(AvlNet.Image, AvlNet.Image, AvlNet.Location)

AVL.DrawImage(AvlNet.Image, AvlNet.Image, AvlNet.Location)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DrawImage(
	ref AvlNet.Image ioImage,
	AvlNet.Image inDrawnImage,
	AvlNet.Location inLocation
)

Parameters

ioImage
Type: AvlNet.Image
inDrawnImage
Type: AvlNet.Image
inLocation
Type: AvlNet.Location

Description

The operation draws the inDrawnImage on the inImage so that the upper-left corner of the inDrawnImage is aligned at the inLocation of the inImage.

Examples

The DrawImage used to draw an image on another, empty image.

Errors

Error type Description
DomainError Incompatible image depths in DrawImage.

See also