 | IBitmapImageGPlot Method (Int32, Int32, Int32) |
Plots a pixel at co-ordinates whose origin is bottom left.
No boundary checks are performed.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxvoid GPlot(
int x,
int y,
int colourRGB
)
Parameters
- x
- Type: SystemInt32
Pixel x co-ordinate. - y
- Type: SystemInt32
Pixel y co-ordinate. - colourRGB
- Type: SystemInt32
Colour code.
See Also