Class CropEffect
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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Effects
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class CropEffect : BaseImageEffect
Constructors
CropEffect()
Declaration
public CropEffect()
Properties
AfterCropHeight
Declaration
public int AfterCropHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
AfterCropWidth
Declaration
public int AfterCropWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Height
Declaration
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Width
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
X
Declaration
public int X { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Y
Declaration
public int Y { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
GetBytes()
Declaration
public override byte[] GetBytes()
Returns
| Type | Description |
|---|---|
| System.Byte[] |