System::Drawing::operator<< metodu
İçindekiler
[
Saklamak
]System::Drawing::operator«(std::ostream&, Color) method
UTF-8 kodlaması kullanarak akıma veri ekleyin.
std::ostream & System::Drawing::operator<<(std::ostream &stream, Color color)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::ostream& | Veri eklemek için çıktı akışı. |
| color | Color | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const Point&) method
UTF-8 kodlaması kullanarak akıma veri ekleyin.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Point &point)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::ostream& | Veri eklemek için çıktı akışı. |
| point | const Point& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class Point
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const PointF&) method
UTF-8 kodlaması kullanarak akıma veri ekleyin.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const PointF &point)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::ostream& | Veri eklemek için çıktı akışı. |
| point | const PointF& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class PointF
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const Rectangle&) method
UTF-8 kodlaması kullanarak akıma veri ekleyin.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Rectangle &rectangle)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::ostream& | Veri eklemek için çıktı akışı. |
| rectangle | const Rectangle& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const RectangleF&) method
UTF-8 kodlaması kullanarak akıma veri ekleyin.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const RectangleF &rectangle)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::ostream& | Veri eklemek için çıktı akışı. |
| rectangle | const RectangleF& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, Color) method
Akıma veri ekleyin.
std::wostream & System::Drawing::operator<<(std::wostream &stream, Color color)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::wostream& | Veri eklemek için çıktı akışı. |
| color | Color | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const Point&) method
Akıma veri ekleyin.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Point &point)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::wostream& | Veri eklemek için çıktı akışı. |
| point | const Point& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class Point
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const PointF&) method
Akıma veri ekleyin.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const PointF &point)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::wostream& | Veri eklemek için çıktı akışı. |
| point | const PointF& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class PointF
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const Rectangle&) method
Akıma veri ekleyin.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Rectangle &rectangle)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::wostream& | Veri eklemek için çıktı akışı. |
| rectangle | const Rectangle& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const RectangleF&) method
Akıma veri ekleyin.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const RectangleF &rectangle)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | std::wostream& | Veri eklemek için çıktı akışı. |
| rectangle | const RectangleF& | Data eklemek için. |
ReturnValue
stream.
Ayrıca Bakınız
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Font for C++