Show / Hide Table of Contents

Struct fcAPI.fcGifContext

Namespace: UTJ.FrameCapturer
Assembly: Assembly-CSharp.dll
Syntax
public struct fcGifContext

Fields

ptr

Declaration
public IntPtr ptr
Field Value
Type Description
System.IntPtr

Methods

Release()

Declaration
public void Release()

Operators

Implicit(fcAPI.fcGifContext to Boolean)

Declaration
public static implicit operator bool (fcAPI.fcGifContext v)
Parameters
Type Name Description
fcAPI.fcGifContext v
Returns
Type Description
System.Boolean
Back to top