Class MaxArtworkSizeConstraints
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class MaxArtworkSizeConstraints
Inheritance: System.Object -> MaxArtworkSizeConstraints
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
MaxArtworkSizeConstraints
public MaxArtworkSizeConstraints()
Properties
Width
public float? Width { get; set; }
Height
public float? Height { get; set; }
ShapeType
public ArtworkShapeType? ShapeType { get; set; }
Methods
Clone
public MaxArtworkSizeConstraints Clone()
Returns
Aurigma.DesignAtoms.Model.MaxArtworkSizeConstraints
Equals
protected bool Equals(MaxArtworkSizeConstraints other)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.MaxArtworkSizeConstraints | other |
Returns
System.Boolean
Equals
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | obj |
Returns
System.Boolean
Overrides
System.Object.Equals(System.Object)
GetHashCode
public override int GetHashCode()
Returns
System.Int32
Overrides
System.Object.GetHashCode