Show / Hide Table of Contents

    Class Cv.Rect

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

    Constructors

    | Improve this Doc View Source

    Rect()

    Declaration
    public Rect()
    | Improve this Doc View Source

    Rect(Int32, Int32, Int32, Int32)

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

    Rect(IntPtr, DeleteResponsibility)

    Declaration
    public Rect(IntPtr RectPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
    Parameters
    Type Name Description
    IntPtr RectPtr
    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
    | Improve this Doc View Source

    X

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

    Y

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

    Methods

    | 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