Método System::Drawing::operator<<
Contenido
[
Ocultar
]System::Drawing::operator«(std::ostream&, Color) method
Inserta datos en el flujo usando codificación UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, Color color)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::ostream& | Flujo de salida donde insertar datos. |
| color | Color | Data para insertar. |
ReturnValue
stream.
Ver también
- Class Color
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const Point&) method
Inserta datos en el flujo usando codificación UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Point &point)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::ostream& | Flujo de salida donde insertar datos. |
| point | const Point& | Data para insertar. |
ReturnValue
stream.
Ver también
- Class Point
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const PointF&) method
Inserta datos en el flujo usando codificación UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const PointF &point)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::ostream& | Flujo de salida donde insertar datos. |
| point | const PointF& | Data para insertar. |
ReturnValue
stream.
Ver también
- Class PointF
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const Rectangle&) method
Inserta datos en el flujo usando codificación UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Rectangle &rectangle)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::ostream& | Flujo de salida donde insertar datos. |
| rectangle | const Rectangle& | Data para insertar. |
ReturnValue
stream.
Ver también
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const RectangleF&) method
Inserta datos en el flujo usando codificación UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const RectangleF &rectangle)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::ostream& | Flujo de salida donde insertar datos. |
| rectangle | const RectangleF& | Data para insertar. |
ReturnValue
stream.
Ver también
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, Color) method
Inserta datos en el flujo.
std::wostream & System::Drawing::operator<<(std::wostream &stream, Color color)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::wostream& | Flujo de salida donde insertar datos. |
| color | Color | Data para insertar. |
ReturnValue
stream.
Ver también
- Class Color
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const Point&) method
Inserta datos en el flujo.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Point &point)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::wostream& | Flujo de salida donde insertar datos. |
| point | const Point& | Data para insertar. |
ReturnValue
stream.
Ver también
- Class Point
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const PointF&) method
Inserta datos en el flujo.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const PointF &point)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::wostream& | Flujo de salida donde insertar datos. |
| point | const PointF& | Data para insertar. |
ReturnValue
stream.
Ver también
- Class PointF
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const Rectangle&) method
Inserta datos en el flujo.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Rectangle &rectangle)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::wostream& | Flujo de salida donde insertar datos. |
| rectangle | const Rectangle& | Data para insertar. |
ReturnValue
stream.
Ver también
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const RectangleF&) method
Inserta datos en el flujo.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const RectangleF &rectangle)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | std::wostream& | Flujo de salida donde insertar datos. |
| rectangle | const RectangleF& | Data para insertar. |
ReturnValue
stream.
Ver también
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Page for C++