Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Returns a value that indicates whether the specified object is an ResizeLayer object that is equivalent to this ResizeLayer object.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
ResizeLayer ( |
Initializes a new instance of the ResizeLayer class.
|
public Equals ( object obj ) : bool | ||
obj | object | /// The object to test. /// |
return | bool |
public ResizeLayer ( |
||
size |
/// The |
|
resizeMode | ResizeMode | /// The resize mode to apply to resized image. (Default ResizeMode.Pad) /// |
anchorPosition | AnchorPosition |
/// The |
upscale | bool | /// Whether to allow up-scaling of images. (Default true) /// |
centerCoordinates | float | /// The center coordinates (Default null) /// |
maxSize | /// The maximum size to resize an image to. /// Used to restrict resizing based on calculated resizing /// | |
restrictedSizes | List |
/// The range of sizes to restrict resizing an image to. /// Used to restrict resizing based on calculated resizing /// |
return | System.Collections.Generic |