ImageHandle Property

CVB.Net Documentation
Native CVB image handle.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public IntPtr Handle { get; }

Property Value

Type: IntPtr

Implements

INativeHandleHandle
Remarks

It is normally not necessary to work with this handle in CVB.Net. Note that using this handle in connection with the legacy CVB managed wrappers may actually be disruptive to your application.
See Also

Reference