Table of Contents

Class ImageDimension

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll

The two dimensions of an image are height and width.

public class ImageDimension
Inheritance
ImageDimension
Inherited Members
Extension Methods

Constructors

ImageDimension()

public ImageDimension()

Properties

HasValue

public bool HasValue { get; }

Property Value

bool

Height

public int Height { get; set; }

Property Value

int

Width

public int Width { get; set; }

Property Value

int

Methods

Clone()

public ImageDimension Clone()

Returns

ImageDimension

Equals(ImageDimension)

public bool Equals(ImageDimension dimension)

Parameters

dimension ImageDimension

Returns

bool