PixelInfo(Pen, Int32, Point) Constructor

Initializes a new instance of the PixelInfo class.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public PixelInfo(
	Pen pen,
	int position,
	Point location
)

Parameters

pen  Pen
The Pen that contains the Color of the pixel.
position  Int32
The index position of the pixel in the image.
location  Point
The location coordinates of the pixel relative to the image.

See Also