Class ImageDimension
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
Height
public int Height { get; set; }
Property Value
Width
public int Width { get; set; }
Property Value
Methods
Clone()
public ImageDimension Clone()
Returns
Equals(ImageDimension)
public bool Equals(ImageDimension dimension)
Parameters
dimensionImageDimension