Show / Hide Table of Contents

Class RectD

Inheritance
System.Object
RectD
Namespace:Mapbox.Utils
Assembly:Mapbox.Utils.dll
Syntax
public class RectD : object

Constructors

RectD(Vector2d, Vector2d)

Declaration
public RectD(Vector2d min, Vector2d size)
Parameters
Type Name Description
Vector2d min
Vector2d size

Properties

Center

Declaration
public Vector2d Center { get; }
Property Value
Type Description
Vector2d

Max

Declaration
public Vector2d Max { get; }
Property Value
Type Description
Vector2d

Min

Declaration
public Vector2d Min { get; }
Property Value
Type Description
Vector2d

Size

Declaration
public Vector2d Size { get; }
Property Value
Type Description
Vector2d

Methods

Contains(Vector2d)

Declaration
public bool Contains(Vector2d point)
Parameters
Type Name Description
Vector2d point
Returns
Type Description
System.Boolean
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX