Class RectangleBoundary

    Definition

    Namespace:
    Tizen.Location
    Assembly:
    Tizen.Location.dll

    This class represents a rectangular location boundary. Inherits the Abstract LocationBoundary class.

    public class RectangleBoundary : LocationBoundary
    Inheritance
    object
    LocationBoundary
    RectangleBoundary

    Constructors

    View Source

    RectangleBoundary(Coordinate, Coordinate)

    The constructor of the Rectangle boundary class.

    Declaration
    public RectangleBoundary(Coordinate topLeft, Coordinate bottomRight)
    Parameters
    Type Name Description
    Coordinate topLeft

    The coordinate which constitutes the top-left handside of the rectangular boundary.

    Coordinate bottomRight

    The coordinate which constitutes the bottom-right handside of the rectangular boundary.

    Properties

    View Source

    BottomRight

    Gets the bottom-right handside coordinate of a rectangular boundary.

    Declaration
    public Coordinate BottomRight { get; }
    Property Value
    Type Description
    Coordinate
    View Source

    TopLeft

    Gets the top-left handside coordinate of a rectangular boundary.

    Declaration
    public Coordinate TopLeft { get; }
    Property Value
    Type Description
    Coordinate

    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