System::Drawing::operator<< metode
isi
[
bersembunyi
]System::Drawing::operator«(std::ostream&, Color) method
Masukkan data ke dalam stream menggunakan enkoding UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, Color color)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::ostream& | Stream output untuk memasukkan data. |
| color | Color | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class Color
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const Point&) method
Masukkan data ke dalam stream menggunakan enkoding UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Point &point)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::ostream& | Stream output untuk memasukkan data. |
| point | const Point& | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class Point
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const PointF&) method
Masukkan data ke dalam stream menggunakan enkoding UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const PointF &point)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::ostream& | Stream output untuk memasukkan data. |
| point | const PointF& | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class PointF
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const Rectangle&) method
Masukkan data ke dalam stream menggunakan enkoding UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Rectangle &rectangle)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::ostream& | Stream output untuk memasukkan data. |
| rectangle | const Rectangle& | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const RectangleF&) method
Masukkan data ke dalam stream menggunakan enkoding UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const RectangleF &rectangle)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::ostream& | Stream output untuk memasukkan data. |
| rectangle | const RectangleF& | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, Color) method
Masukkan data ke dalam stream.
std::wostream & System::Drawing::operator<<(std::wostream &stream, Color color)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::wostream& | Stream output untuk memasukkan data. |
| color | Color | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class Color
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const Point&) method
Masukkan data ke dalam stream.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Point &point)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::wostream& | Stream output untuk memasukkan data. |
| point | const Point& | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class Point
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const PointF&) method
Masukkan data ke dalam stream.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const PointF &point)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::wostream& | Stream output untuk memasukkan data. |
| point | const PointF& | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class PointF
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const Rectangle&) method
Masukkan data ke dalam stream.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Rectangle &rectangle)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::wostream& | Stream output untuk memasukkan data. |
| rectangle | const Rectangle& | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const RectangleF&) method
Masukkan data ke dalam stream.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const RectangleF &rectangle)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | std::wostream& | Stream output untuk memasukkan data. |
| rectangle | const RectangleF& | Data untuk dimasukkan. |
ReturnValue
stream.
Lihat Juga
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Page for C++