Class Quadrangle

    Definition

    Namespace:
    Tizen.Multimedia.Vision
    Assembly:
    Tizen.Multimedia.Vision.dll

    Represents a region with 4 Points.

    public class Quadrangle
    Inheritance
    object
    Quadrangle

    Constructors

    View Source

    Quadrangle(Point[])

    Initializes a new instance of the Quadrangle class with an array of Point.

    Declaration
    public Quadrangle(Point[] points)
    Parameters
    Type Name Description
    Point[] points

    Four points that define the object bounding quadrangle.

    Remarks

    points must have 4 elements.

    Properties

    View Source

    Points

    Gets four points that define the object bounding quadrangle.

    Declaration
    public Point[] Points { get; }
    Property Value
    Type Description
    Point[]

    Methods

    View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX