Show / Hide Table of Contents

    Class Cv.Size

    Inheritance
    Object
    HandleCppPtr
    Cv.Size
    Inherited Members
    HandleCppPtr.DeleteResponsibility
    HandleCppPtr.CppPtr
    Namespace: ArucoUnity.Plugin
    Assembly: Assembly-CSharp.dll
    Syntax
    public class Size : HandleCppPtr

    Constructors

    | Improve this Doc View Source

    Size()

    Declaration
    public Size()
    | Improve this Doc View Source

    Size(Int32, Int32)

    Declaration
    public Size(int width, int height)
    Parameters
    Type Name Description
    Int32 width
    Int32 height
    | Improve this Doc View Source

    Size(IntPtr, DeleteResponsibility)

    Declaration
    public Size(IntPtr sizePtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr sizePtr
    DeleteResponsibility deleteResponsibility

    Properties

    | Improve this Doc View Source

    Height

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Width

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    Area()

    Declaration
    public int Area()
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    DeleteCppPtr()

    Declaration
    protected override void DeleteCppPtr()
    Overrides
    HandleCppPtr.DeleteCppPtr()
    • Improve this Doc
    • View Source
    Back to top Aruco Unity - Erwan Normand