VectSharp 2.6.1
A light library for C# vector graphics
|
An IDisposable wrapper around an IntPtr that frees the allocated memory when it is disposed. More...
Public Member Functions | |
DisposableIntPtr (IntPtr pointer) | |
Create a new DisposableIntPtr. More... | |
void | Dispose () |
Public Attributes | |
readonly IntPtr | InternalPointer |
The pointer to the unmanaged memory. More... | |
An IDisposable wrapper around an IntPtr that frees the allocated memory when it is disposed.
Definition at line 54 of file RasterImage.cs.
VectSharp.DisposableIntPtr.DisposableIntPtr | ( | IntPtr | pointer | ) |
Create a new DisposableIntPtr.
pointer | The pointer that should be freed upon disposing of this object. |
Definition at line 65 of file RasterImage.cs.
void VectSharp.DisposableIntPtr.Dispose | ( | ) |
Definition at line 89 of file RasterImage.cs.
readonly IntPtr VectSharp.DisposableIntPtr.InternalPointer |
The pointer to the unmanaged memory.
Definition at line 59 of file RasterImage.cs.