Table of Contents

Property Null

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Null

A non-owning handle wrapping a null native pointer. Pass this for an optional SafeHandle-typed P/Invoke argument (e.g. a mask) when the caller has none, instead of overloading the parameter type with a plain nint.

public static OpenCvSafeHandle Null { get; }

Property Value

OpenCvSafeHandle