You are here: Start » AVL.NET » Invoke.SetImagePixel

Invoke.SetImagePixel

Sets a pixel of an image to the selected value.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SetImagePixel
(
	Avl.Image ioImage,
	Avl.Location inLocation,
	Avl.Pixel inPixel
)

Parameters

Name Type Range Default Description
ioImageAvl.Image
inLocationAvl.LocationLocation of the pixel to be set.
inPixelAvl.PixelNew pixel value.

See also