Method | Description | |
---|---|---|
CropImage ( |
||
CropImageToSquare ( |
||
GetThumbnail ( |
||
GetThumbnail ( Stream stream, int templateWidth, int templateHeight ) : |
||
IsImage ( Stream stream ) : bool | ||
ResizeAndRound ( |
||
ResizeImage ( |
||
ResizeImage ( Stream stream, int maxWidth, int maxHeight, bool withBorder ) : |
||
ResizeImageAnyway ( Image image, int width, int height, bool withBorder ) : |
||
RoundCorners ( |
Method | Description | |
---|---|---|
DrawImage ( |
public static CropImage ( |
||
bitmap | ||
cropRect | ||
return |
public static CropImageToSquare ( |
||
bitmap | ||
return |
public static GetThumbnail ( |
||
initImage | ||
templateWidth | int | |
templateHeight | int | |
return |
public static GetThumbnail ( Stream stream, int templateWidth, int templateHeight ) : |
||
stream | Stream | |
templateWidth | int | |
templateHeight | int | |
return |
public static IsImage ( Stream stream ) : bool | ||
stream | Stream | |
return | bool |
public static ResizeAndRound ( |
||
bitmap | ||
maxWidth | int | |
maxHeight | int | |
return |
public static ResizeImage ( |
||
bitmap | ||
maxWidth | int | |
maxHeight | int | |
withBorder | bool | |
return |
public static ResizeImage ( Stream stream, int maxWidth, int maxHeight, bool withBorder ) : |
||
stream | Stream | |
maxWidth | int | |
maxHeight | int | |
withBorder | bool | |
return |
public static ResizeImageAnyway ( Image image, int width, int height, bool withBorder ) : |
||
image | Image | |
width | int | |
height | int | |
withBorder | bool | |
return |
public static RoundCorners ( |
||
startImage | ||
radious | int | |
color | Color | |
return |