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