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