Class InitStickConvex
Represents a stick convex initialization object.
public class InitStickConvex : IDisposable
- Inheritance
-
InitStickConvex
- Implements
- Inherited Members
- Extension Methods
Constructors
InitStickConvex(IGetGeneralApt)
Initializes a new instance of the InitStickConvex class.
public InitStickConvex(IGetGeneralApt src)
Parameters
src
IGetGeneralAptThe source object that provides general APT information.
Properties
InitStickConvexPtr
Gets the native pointer to the stick convex object.
public nint InitStickConvexPtr { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
~InitStickConvex()
protected ~InitStickConvex()