Show / Hide Table of Contents

Struct fcAPI.fcPngContext

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

Fields

ptr

Declaration
public IntPtr ptr
Field Value
Type Description
System.IntPtr

Methods

Release()

Declaration
public void Release()

Operators

Implicit(fcAPI.fcPngContext to Boolean)

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