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