Method | Description | |
---|---|---|
ProcessImage ( ImageFactory factory ) : Image |
Processes the image.
|
|
RoundedCorners ( ) : System |
Initializes a new instance of the RoundedCorners class.
|
Method | Description | |
---|---|---|
RoundCornerImage ( Image image, int cornerRadius, bool topLeft = false, bool topRight = false, bool bottomLeft = false, bool bottomRight = false ) : |
Adds rounded corners to the image
|
public ProcessImage ( ImageFactory factory ) : Image | ||
factory | ImageFactory |
/// The current instance of the |
return | Image |