Method | Description | |
---|---|---|
CropLayer ( float left, float top, float right, float bottom, CropMode cropMode = CropMode.Percentage ) : System |
Initializes a new instance of the CropLayer class. If the CropMode is set to |
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object, is equal to this instance.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
public CropLayer ( float left, float top, float right, float bottom, CropMode cropMode = CropMode.Percentage ) : System | ||
left | float | The left coordinate of the crop layer. |
top | float | The top coordinate of the crop layer. |
right | float | The right coordinate of the crop layer. |
bottom | float | The bottom coordinate of the crop layer. |
cropMode | CropMode | The |
return | System |
public Equals ( object obj ) : bool | ||
obj | object |
/// The |
return | bool |