System::Drawing::operator<< method
Contents
[
Hide
]System::Drawing::operator«(std::ostream&, Color) method
Insert data into the stream using UTF-8 encoding.
std::ostream & System::Drawing::operator<<(std::ostream &stream, Color color)
Parameter | Type | Description |
---|---|---|
stream | std::ostream& | Output stream to insert data to. |
color | Color | Data to insert. |
ReturnValue
stream.
See Also
- Class Color
- Namespace System::Drawing
- Library Aspose.TeX for C++
System::Drawing::operator«(std::ostream&, const Point&) method
Insert data into the stream using UTF-8 encoding.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Point &point)
Parameter | Type | Description |
---|---|---|
stream | std::ostream& | Output stream to insert data to. |
point | const Point& | Data to insert. |
ReturnValue
stream.
See Also
- Class Point
- Namespace System::Drawing
- Library Aspose.TeX for C++
System::Drawing::operator«(std::ostream&, const PointF&) method
Insert data into the stream using UTF-8 encoding.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const PointF &point)
Parameter | Type | Description |
---|---|---|
stream | std::ostream& | Output stream to insert data to. |
point | const PointF& | Data to insert. |
ReturnValue
stream.
See Also
- Class PointF
- Namespace System::Drawing
- Library Aspose.TeX for C++
System::Drawing::operator«(std::ostream&, const Rectangle&) method
Insert data into the stream using UTF-8 encoding.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Rectangle &rectangle)
Parameter | Type | Description |
---|---|---|
stream | std::ostream& | Output stream to insert data to. |
rectangle | const Rectangle& | Data to insert. |
ReturnValue
stream.
See Also
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.TeX for C++
System::Drawing::operator«(std::ostream&, const RectangleF&) method
Insert data into the stream using UTF-8 encoding.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const RectangleF &rectangle)
Parameter | Type | Description |
---|---|---|
stream | std::ostream& | Output stream to insert data to. |
rectangle | const RectangleF& | Data to insert. |
ReturnValue
stream.
See Also
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.TeX for C++
System::Drawing::operator«(std::wostream&, Color) method
Insert data into the stream.
std::wostream & System::Drawing::operator<<(std::wostream &stream, Color color)
Parameter | Type | Description |
---|---|---|
stream | std::wostream& | Output stream to insert data to. |
color | Color | Data to insert. |
ReturnValue
stream.
See Also
- Class Color
- Namespace System::Drawing
- Library Aspose.TeX for C++
System::Drawing::operator«(std::wostream&, const Point&) method
Insert data into the stream.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Point &point)
Parameter | Type | Description |
---|---|---|
stream | std::wostream& | Output stream to insert data to. |
point | const Point& | Data to insert. |
ReturnValue
stream.
See Also
- Class Point
- Namespace System::Drawing
- Library Aspose.TeX for C++
System::Drawing::operator«(std::wostream&, const PointF&) method
Insert data into the stream.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const PointF &point)
Parameter | Type | Description |
---|---|---|
stream | std::wostream& | Output stream to insert data to. |
point | const PointF& | Data to insert. |
ReturnValue
stream.
See Also
- Class PointF
- Namespace System::Drawing
- Library Aspose.TeX for C++
System::Drawing::operator«(std::wostream&, const Rectangle&) method
Insert data into the stream.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Rectangle &rectangle)
Parameter | Type | Description |
---|---|---|
stream | std::wostream& | Output stream to insert data to. |
rectangle | const Rectangle& | Data to insert. |
ReturnValue
stream.
See Also
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.TeX for C++
System::Drawing::operator«(std::wostream&, const RectangleF&) method
Insert data into the stream.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const RectangleF &rectangle)
Parameter | Type | Description |
---|---|---|
stream | std::wostream& | Output stream to insert data to. |
rectangle | const RectangleF& | Data to insert. |
ReturnValue
stream.
See Also
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.TeX for C++