PixelInfo(SolidBrush, Int32, Point) Constructor
Initializes a new instance of the
PixelInfo class.
Namespace: DevCase.Core.Media.GraphicsAssembly: 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
)
Public Sub New (
brush As SolidBrush,
position As Integer,
location As Point
)
Dim brush As SolidBrush
Dim position As Integer
Dim location As Point
Dim instance As New PixelInfo(brush, position,
location)
public:
PixelInfo(
SolidBrush^ brush,
int position,
Point location
)
new :
brush : SolidBrush *
position : int *
location : Point -> PixelInfo
No code example is currently available or this language may not be supported.
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.