 | OcrPixScan0 Property |
Gets the address of the first pixel data in the image. This can also be thought of as the first scan line in the image.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic IntPtr Scan0 { get; }Public ReadOnly Property Scan0 As IntPtr
Get
public:
property IntPtr Scan0 {
IntPtr get ();
}member Scan0 : IntPtr with get
/** @property */
public IntPtr get_Scan0()
Property Value
IntPtr
See Also