System::IO::Stream::set_Position 方法
Stream::set_Position method
设置流的位置。
virtual void System::IO::Stream::set_Position(int64_t value)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | int64_t | 用于设置流位置的字节偏移量 |
另见
- Class Stream
- Namespace System::IO
- Library Aspose.Font for C++
设置流的位置。
virtual void System::IO::Stream::set_Position(int64_t value)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | int64_t | 用于设置流位置的字节偏移量 |