HeifPlaneDataScan0 Property |
Gets the starting address of the image plane data.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic IntPtr Scan0 { get; }Public ReadOnly Property Scan0 As IntPtr
Get
public:
property IntPtr Scan0 {
IntPtr get ();
}member Scan0 : IntPtr with get
Property Value
IntPtr
The starting address of the image plane data.
See Also