额外继承的成员函数 | |
Public 成员函数 继承自 ILMaskRegion | |
| void | SetMask (ILImage *mask, double tlx, double tly) |
Public 成员函数 继承自 ILRegion | |
| ILCompoundRegion * | Add (ILRegion *other) |
| void | Drag (LPVRoiHandle roiHandle, int x, int y, double zoomX, double zoomY, double panX, double panY) |
| void | Draw (HDC hdc, BOOL drawHandles, double zoomX, double zoomY, double panX, double panY) |
| void | EnableHandle (LPVRoiHandle roiHandle, BOOL enabled) |
| LPVRoiHandle | HitTest (int x, int y, double zoomX, double zoomY, double panX, double panY) |
| ILCompoundRegion * | Intersect (ILRegion *other) |
| ILCompoundRegion * | Invert () |
| void | MapFromImage (double imagePointX, double imagePointY, double *regionPointX, double *regionPointY) |
| ILObject * | MapObjectFromImage (ILObject *imageObject) |
| ILObject * | MapObjectToImage (ILObject *regionObject) |
| void | MapToImage (double regionPointX, double regionPointY, double *imagePointX, double *imagePointY) |
| void | ReduceImage (ILImage *image, ILImage **newImage, ILImage **newMask) |
| ILRegion * | Rotate (double da) |
| ILRegion * | RotateAndTranslate (double x, double y, double newX, double newY, double da) |
| ILRegion * | Scale (double factorX, double factorY) |
| ILCompoundRegion * | Subtract (ILRegion *other) |
| ILImage * | ToMask (int w, int h) |
| ILRegion * | Translate (double offsetX, double offsetY) |
| ILCompoundRegion * | Union (ILRegion *other) |
| ILCompoundRegion * | XOR (ILRegion *other) |
Public 成员函数 继承自 ILObject | |
| ILObject * | Copy () |
| LPVErrorCode | Load (LString filename) |
| void | Reset () |
| LPVErrorCode | Save (LString filename) |
| BOOL | Valid () |
Public 成员函数 继承自 ILDrawable | |
| void | SetBrushColor (COLORREF brushColor) |
| void | SetFont (LString fontFamily, int fontHeight, COLORREF fontColor, BOOL bold, BOOL italic, BOOL underline, BOOL strikeOut) |
| void | SetFontColor (COLORREF fontColor) |
| void | SetFontFamily (LString fontFamily) |
| void | SetFontHeight (int fontHeight) |
| void | SetPen (LPVPenStyle penStyle, int penWidth, COLORREF penColor) |
| void | SetPenColor (COLORREF penColor) |
| void | SetPenStyle (LPVPenStyle penStyle) |
| void | SetPenWidth (int penWidth) |
Public 成员函数 继承自 ILSortable | |
| double | GetPosX (LPVPositionMode posMode) |
| double | GetPosY (LPVPositionMode posMode) |
| double | GetScore () |
属性 继承自 ILRegion | |
| LPVInterpolationMethod | InterpolationMethod [get, set] |
| 生成子图像时所使用的插值算法 | |
| double | ReduceAngle [get, set] |
| 生成子图像时所使用的生成角度。 默认设置为 0,即无旋转。设置非 0 的角度,在生成子图像时,将按顺时针旋转子图像。该功能适用于转正矩形区域所在的图像。 更多... | |
| double | ReduceScale [get, set] |
| 生成子图像时所使用的缩放比例。 默认设置为 1,即无缩放。设置合适的数值,将缩放生成子图像到给定的比例。 更多... | |
属性 继承自 ILSortable | |
| int | Index [get, set] |
该类实现了 ILMaskRegion 接口,用于创建蒙版区域的实例。