PixelInfo(Color, 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(
Color color,
int position,
Point location
)
Public Sub New (
color As Color,
position As Integer,
location As Point
)
Dim color As Color
Dim position As Integer
Dim location As Point
Dim instance As New PixelInfo(color, position,
location)
public:
PixelInfo(
Color color,
int position,
Point location
)
new :
color : Color *
position : int *
location : Point -> PixelInfo
No code example is currently available or this language may not be supported.
Parameters
- color Color
-
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.