IDAutomation DataMatrix Forms Control
DataMatrixBarcode.SetIndexedPixel Method
[Visual Basic]
Protected Sub SetIndexedPixel( _
ByVal
x
As
Integer
, _
ByVal
y
As
Integer
, _
ByVal
bmd
As
BitmapData
, _
ByVal
pixel
As
Boolean
_
)
[C#]
protected
void
SetIndexedPixel(
int
x
,
int
y
,
BitmapData
bmd
,
bool
pixel
);
See Also
DataMatrixBarcode Class
|
IDAutomation.Windows.Forms.DataMatrixBarcode Namespace