System::Drawing::operator<< 方法
内容
[
隐藏
]System::Drawing::operator«(std::ostream&, Color) method
使用 UTF-8 编码将数据插入流。
std::ostream & System::Drawing::operator<<(std::ostream &stream, Color color)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | std::ostream\& | 用于插入数据的输出流。 |
| color | Color | 用于插入的 Data。 |
ReturnValue
stream.
另见
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const Point&) method
使用 UTF-8 编码将数据插入流。
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Point &point)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | std::ostream\& | 用于插入数据的输出流。 |
| point | const Point& | 用于插入的 Data。 |
ReturnValue
stream.
另见
- Class Point
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const PointF&) method
使用 UTF-8 编码将数据插入流。
std::ostream & System::Drawing::operator<<(std::ostream &stream, const PointF &point)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | std::ostream\& | 用于插入数据的输出流。 |
| point | const PointF& | 用于插入的 Data。 |
ReturnValue
stream.
另见
- Class PointF
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const Rectangle&) method
使用 UTF-8 编码将数据插入流。
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Rectangle &rectangle)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | std::ostream\& | 用于插入数据的输出流。 |
| rectangle | const Rectangle& | 用于插入的 Data。 |
ReturnValue
stream.
另见
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const RectangleF&) method
使用 UTF-8 编码将数据插入流。
std::ostream & System::Drawing::operator<<(std::ostream &stream, const RectangleF &rectangle)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | std::ostream\& | 用于插入数据的输出流。 |
| rectangle | const RectangleF& | 用于插入的 Data。 |
ReturnValue
stream.
另见
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, Color) method
将数据插入流。
std::wostream & System::Drawing::operator<<(std::wostream &stream, Color color)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | std::wostream\& | 用于插入数据的输出流。 |
| color | Color | 用于插入的 Data。 |
ReturnValue
stream.
另见
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const Point&) method
将数据插入流。
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Point &point)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | std::wostream\& | 用于插入数据的输出流。 |
| point | const Point& | 用于插入的 Data。 |
ReturnValue
stream.
另见
- Class Point
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const PointF&) method
将数据插入流。
std::wostream & System::Drawing::operator<<(std::wostream &stream, const PointF &point)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | std::wostream\& | 用于插入数据的输出流。 |
| point | const PointF& | 用于插入的 Data。 |
ReturnValue
stream.
另见
- Class PointF
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const Rectangle&) method
将数据插入流。
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Rectangle &rectangle)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | std::wostream\& | 用于插入数据的输出流。 |
| rectangle | const Rectangle& | 用于插入的 Data。 |
ReturnValue
stream.
另见
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const RectangleF&) method
将数据插入流。
std::wostream & System::Drawing::operator<<(std::wostream &stream, const RectangleF &rectangle)
| 参数 | 类型 | 描述 |
|---|---|---|
| 流 | std::wostream\& | 用于插入数据的输出流。 |
| rectangle | const RectangleF& | 用于插入的 Data。 |
ReturnValue
stream.
另见
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Font for C++