DXBitmap.SetPixel(Int32, Int32, Color) Method
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type |
---|---|
x | Int32 |
y | Int32 |
color | Color |
See Also
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
public void SetPixel(
int x,
int y,
Color color
)
Public Sub SetPixel(
x As Integer,
y As Integer,
color As Color
)
Name | Type |
---|---|
x | Int32 |
y | Int32 |
color | Color |