Provides methods for working with generic bitmap scanlines.
Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public sealed class Scanline<T> : MemoryArray<T>
where T : struct, new()
|
Visual Basic (Declaration) |
---|
Public NotInheritable Class Scanline(Of T As {Structure, New}) _
Inherits MemoryArray(Of T) |
Visual C++ |
---|
generic<typename T>
where T : value class, gcnew()
public ref class Scanline sealed : public MemoryArray<T> |
Type Parameters
- T
- Type of the bitmaps' scanlines.
Inheritance Hierarchy
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also