Class SvgClassUnownedHandle
public class SvgClassUnownedHandle : SvgClassHandle, IDisposable
- Inheritance
-
SvgClassUnownedHandle
- Implements
- Inherited Members
Constructors
SvgClassUnownedHandle(nint)
Creates a new instance of SvgClassOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public SvgClassUnownedHandle(nint ptr)
Parameters
ptrnint
Properties
NullHandle
public static SvgClassUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public SvgClassOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()