Class MaxArtworkSizeConstraints
Inheritance
System.Object
MaxArtworkSizeConstraints
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 MaxArtworkSizeConstraints
Constructors
MaxArtworkSizeConstraints()
Declaration
public MaxArtworkSizeConstraints()
Properties
Height
Declaration
public float? Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Single> |
ShapeType
Declaration
public ArtworkShapeType? ShapeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<ArtworkShapeType> |
Width
Declaration
public float? Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Single> |
Methods
Clone()
Declaration
public MaxArtworkSizeConstraints Clone()
Returns
| Type | Description |
|---|---|
| MaxArtworkSizeConstraints |
Equals(MaxArtworkSizeConstraints)
Declaration
protected bool Equals(MaxArtworkSizeConstraints other)
Parameters
| Type | Name | Description |
|---|---|---|
| MaxArtworkSizeConstraints | 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()