Table of Contents

Class InitStickConvex

Namespace
Hi.Cbtr
Assembly
HiCbtr.dll

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 IGetGeneralApt

The source object that provides general APT information.

Properties

InitStickConvexPtr

Gets the native pointer to the stick convex object.

public nint InitStickConvexPtr { get; }

Property Value

nint

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()