![]() | ImageEx 类 |
命名空间: SweetUI
ImageEx 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() ![]() | Bounds |
Gets the bounds of the image in pixels
|
![]() ![]() | ChangeOpacity | |
![]() ![]() | FileToBytes |
文件转换为Byte数组
|
![]() ![]() | FromFile | |
![]() ![]() | GetImageFilter |
获取打开文件对话框所有的图片类型过滤条件
------
All Images|*.BMP;*.DIB;*.RLE;*.JPG;*.JPEG;*.JPE;*.JFIF;*.GIF;*.TIF;*.TIFF;*.PNG|
BMP Files: (*.BMP;*.DIB;*.RLE)|*.BMP;*.DIB;*.RLE|
JPEG Files: (*.JPG;*.JPEG;*.JPE;*.JFIF)|*.JPG;*.JPEG;*.JPE;*.JFIF|
GIF Files: (*.GIF)|*.GIF|
TIFF Files: (*.TIF;*.TIFF)|*.TIF;*.TIFF|
PNG Files: (*.PNG)|*.PNG|
All Files|*.*
------
|
![]() ![]() | GetImageFromUrl |
从URL获取图像
|
![]() ![]() | GetToolbarImageList | |
![]() ![]() | Graphics | |
![]() ![]() | HorizontalFlip |
图像水平翻转
|
![]() ![]() | RandomColor | |
![]() ![]() | ResizeImage |
缩放图像
|
![]() ![]() | Rotate |
旋转图片
|
![]() ![]() | RotateAngle |
旋转图片
|
![]() ![]() ![]() | ScaleToSize(Bitmap, Size) |
Scales the bitmap to the passed target size without respecting the aspect.
|
![]() ![]() ![]() | ScaleToSize(Bitmap, Int32, Int32) |
Scales the bitmap to the passed target size without respecting the aspect.
|
![]() ![]() | Split(Image, GraphicsPath) | |
![]() ![]() | Split(Image, Int32, UIShape) | |
![]() ![]() | StepColor |
设置递进颜色
|
![]() ![]() | Surround |
Gets the rectangle that surrounds the given point by a specified distance.
|
![]() ![]() | ToBytes |
Serializes the image in an byte array
|
![]() ![]() | ToFile |
Byte数组保存为文件
|
![]() ![]() | ToIcon |
转换Image为Icon
https://www.cnblogs.com/ahdung/p/ConvertToIcon.html
|
![]() ![]() | ToImage |
Converts to image.
|
![]() ![]() | VerticalFlip |
图像垂直翻转
|