|
Public Member Functions |
| HRESULT | AddRange ([in] Int32 iStartRow,[in] Int32 iStartColumn,[in] Int32 iEndRow,[in] Int32 iEndColumn) |
| | Set the Range of the rectangle for DITransformation object.
|
| HRESULT | ClearRanges () |
| | Clear the collection of the Ranges.
|
| HRESULT | GetEndColumn ([in] Int32 iIndex,[out, retval] Int32 *opEndColumn) |
| | Get the EndColumn of the rectangle for DITransformation object.
|
| HRESULT | GetEndRow ([in] Int32 iIndex,[out, retval] Int32 *opEndRow) |
| | Get the EndRow of the rectangle for DITransformation object.
|
| HRESULT | GetRange ([in] Int32 iIndex,[out] Int32 *opStartRow,[out] Int32 *opStartColumn,[out] Int32 *opEndRow,[out] Int32 *opEndColumn) |
| | Get the Range of the rectangle for DITransformation object.
|
| HRESULT | GetStartColumn ([in] Int32 iIndex,[out, retval] Int32 *opStartColumn) |
| | Get the StartColumn of the rectangle for DITransformation object.
|
| HRESULT | GetStartRow ([in] Int32 iIndex,[out, retval] Int32 *opStartRow) |
| | Get the StartRow of the rectangle for DITransformation object.
|
| HRESULT | RangeCount ([out, retval] Int32 *opCount) |
| | Get the count of DITransformation in the collection.
|
| HRESULT | RemoveRange ([in] Int32 iIndex) |
| | Remove The (iIndex)th Range in the collection.
|
| HRESULT | Type ([in] EnumDSSDITransformationType iType) |
| | Set the type of DITransformation object.
|
| HRESULT | Type ([out, retval] EnumDSSDITransformationType *opType) |
| | Get the type of DITransformation object.
|