Show / Hide Table of Contents

Class Dimensions

Dimensions for a photo or video.

Inheritance
System.Object
Dimensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class Dimensions

Constructors

| Improve this Doc View Source

Dimensions(UInt64, UInt64)

Initializes a new instance of the Dimensions class.

Declaration
public Dimensions(ulong height, ulong width)
Parameters
Type Name Description
System.UInt64 height

Height of the photo/video.

System.UInt64 width

Width of the photo/video.

Properties

| Improve this Doc View Source

Height

Height of the photo/video.

Declaration
public ulong Height { get; protected set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

Width

Width of the photo/video.

Declaration
public ulong Width { get; protected set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Dimensions(UInt64, UInt64)
  • Properties
    • Height
    • Width
Back to top Generated by DocFX