Class ContainerConstraints
Inheritance
System.Object
ContainerConstraints
Inherited Members
System.Object.ToString()
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 ContainerConstraints
Constructors
ContainerConstraints()
Declaration
public ContainerConstraints()
Properties
MaxArtworkSize
Declaration
public MaxArtworkSizeConstraints MaxArtworkSize { get; set; }
Property Value
| Type | Description |
|---|---|
| MaxArtworkSizeConstraints |
Methods
Clone()
Declaration
public ContainerConstraints Clone()
Returns
| Type | Description |
|---|---|
| ContainerConstraints |
Equals(ContainerConstraints)
Declaration
protected bool Equals(ContainerConstraints other)
Parameters
| Type | Name | Description |
|---|---|---|
| ContainerConstraints | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()