额外继承的成员函数 | |
Public 成员函数 继承自 ILSortedArray | |
| void | Draw (HDC hdc, LPVSortedArrayDrawFlags drawFlags, double zoomX, double zoomY, double panX, double panY) |
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) |
属性 继承自 ILSortedArray | |
| double | AvgColumnSpace [get] |
| 阵列中所有对象的平均列间距,即所有水平相邻对象的间距的均值 | |
| double | AvgRowSpace [get] |
| 阵列中所有对象的平均行间距,即所有垂直相邻对象的间距的均值 | |
| int | ColumnCount [get] |
| 排序后的总列数 | |
| ILLine | ColumnLine (int columnIndex) [get] |
| 给定索引的列直线。该直线为该列上所有位置的拟合结果。 更多... | |
| int | FilteredCount [get] |
| 排序后被过滤的对象总数 更多... | |
| BOOL | HasItem (int columnIndex, int rowIndex) [get] |
| 查询排序后的给定行列索引位置上是否存在对象 更多... | |
| ILSortable | Item (int columnIndex, int rowIndex) [get] |
| 获取排序后的给定行列索引上的对象 更多... | |
| ILSortable | ItemFiltered (int index) [get] |
| 获取排序后的被过滤的对象 更多... | |
| ILPoint | Position (int columnIndex, int rowIndex) [get] |
| 获取排序后的给定行列索引上的位置 若该索引处存在某一个对象,则返回该对象的位置;否则,将返回对应行列直线的交点。 更多... | |
| int | RowCount [get] |
| 排序后的总行数 | |
| ILLine | RowLine (int rowIndex) [get] |
| 给定索引的行直线。该直线为该行上所有位置的拟合结果。 更多... | |
该类实现了 ILSortedArray 接口,用于创建阵列排序结果的实例。