Méthode | Description | |
---|---|---|
EllipseMask ( this image ) : ImgixImage |
Adds a mask parameter with the value ellipse
|
|
Mask ( this image, string value ) : ImgixImage |
Adds a mask parameter with the supplied string as value
|
public static EllipseMask ( this image ) : ImgixImage | ||
image | this | The image to transform |
Résultat | ImgixImage |
public static Mask ( this image, string value ) : ImgixImage | ||
image | this | The image to transform |
value | string | The value of the mask parameter |
Résultat | ImgixImage |