PixelInfo(SolidBrush, 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(
	SolidBrush brush,
	int position,
	Point location
)

Parameters

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

See Also