Class ItemSize
Inheritance
System.Object
ItemSize
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ItemSize
Constructors
ItemSize()
Declaration
public ItemSize()
Properties
Height
Declaration
public float Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Width
Declaration
public float Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()