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 SourceDimensions(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 SourceHeight
Height of the photo/video.
Declaration
public ulong Height { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Width
Width of the photo/video.
Declaration
public ulong Width { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |