Show / Hide Table of Contents

Class HeaderBBox

Inheritance
System.Object
HeaderBBox
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class HeaderBBox : ProtoBuf.IExtensible

Constructors

HeaderBBox()

Declaration
public HeaderBBox()

Properties

bottom

Declaration
public long bottom { get; set; }
Property Value
System.Int64

left

Declaration
public long left { get; set; }
Property Value
System.Int64

right

Declaration
public long right { get; set; }
Property Value
System.Int64

top

Declaration
public long top { get; set; }
Property Value
System.Int64

Back to top Built by Itinero, MIT licensed.