System::Drawing::operator<< yöntemi
İçindekiler
[
Saklamak
]System::Drawing::operator«(std::ostream&, Color) method
Veriyi akışa UTF-8 kodlaması kullanarak ekleyin.
std::ostream & System::Drawing::operator<<(std::ostream &stream, Color color)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | std::ostream& | Veriyi eklemek için çıktı akışı. |
| color | Color | Eklenecek Data |
ReturnValue
stream.
Ayrıca Bakınız
- Class Color
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const Point&) method
Veriyi akışa UTF-8 kodlaması kullanarak ekleyin.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Point &point)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | std::ostream& | Veriyi eklemek için çıktı akışı. |
| point | const Point& | Eklenecek Data |
ReturnValue
stream.
Ayrıca Bakınız
- Class Point
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const PointF&) method
Veriyi akışa UTF-8 kodlaması kullanarak ekleyin.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const PointF &point)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | std::ostream& | Veriyi eklemek için çıktı akışı. |
| point | const PointF& | Eklenecek Data |
ReturnValue
stream.
Ayrıca Bakınız
- Class PointF
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const Rectangle&) method
Veriyi akışa UTF-8 kodlaması kullanarak ekleyin.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Rectangle &rectangle)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | std::ostream& | Veriyi eklemek için çıktı akışı. |
| rectangle | const Rectangle& | Eklenecek Data |
ReturnValue
stream.
Ayrıca Bakınız
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::ostream&, const RectangleF&) method
Veriyi akışa UTF-8 kodlaması kullanarak ekleyin.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const RectangleF &rectangle)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | std::ostream& | Veriyi eklemek için çıktı akışı. |
| rectangle | const RectangleF& | Eklenecek Data |
ReturnValue
stream.
Ayrıca Bakınız
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, Color) method
Veriyi akışa ekleyin.
std::wostream & System::Drawing::operator<<(std::wostream &stream, Color color)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | std::wostream& | Veriyi eklemek için çıktı akışı. |
| color | Color | Eklenecek Data |
ReturnValue
stream.
Ayrıca Bakınız
- Class Color
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const Point&) method
Veriyi akışa ekleyin.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Point &point)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | std::wostream& | Veriyi eklemek için çıktı akışı. |
| point | const Point& | Eklenecek Data |
ReturnValue
stream.
Ayrıca Bakınız
- Class Point
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const PointF&) method
Veriyi akışa ekleyin.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const PointF &point)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | std::wostream& | Veriyi eklemek için çıktı akışı. |
| point | const PointF& | Eklenecek Data |
ReturnValue
stream.
Ayrıca Bakınız
- Class PointF
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const Rectangle&) method
Veriyi akışa ekleyin.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Rectangle &rectangle)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | std::wostream& | Veriyi eklemek için çıktı akışı. |
| rectangle | const Rectangle& | Eklenecek Data |
ReturnValue
stream.
Ayrıca Bakınız
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++
System::Drawing::operator«(std::wostream&, const RectangleF&) method
Veriyi akışa ekleyin.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const RectangleF &rectangle)
| Parameter | Type | Açıklama |
|---|---|---|
| akış | std::wostream& | Veriyi eklemek için çıktı akışı. |
| rectangle | const RectangleF& | Eklenecek Data |
ReturnValue
stream.
Ayrıca Bakınız
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Page for C++