Click or drag to resize

IBitmapImageGPlot Method (Int32, Int32)

Plots a white 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
Syntax
C#
void GPlot(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
Pixel x co-ordinate.
y
Type: SystemInt32
Pixel y co-ordinate.
See Also