Search Results for

    Show / Hide Table of Contents

    Struct MemBlock

    Represents a memory storage block.

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public struct MemBlock

    Properties

    | Improve this Doc View Source

    Next

    Gets the next memory storage block.

    Declaration
    public MemBlock Next { get; }
    Property Value
    Type Description
    MemBlock
    | Improve this Doc View Source

    Prev

    Gets the previous memory storage block.

    Declaration
    public MemBlock Prev { get; }
    Property Value
    Type Description
    MemBlock
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX