طريقة System::Drawing::operator<<
محتويات
[
يخفي
]System::Drawing::operator«(std::ostream&, Color) method
إدراج البيانات في الدفق باستخدام ترميز UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, Color color)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق إخراج لإدراج البيانات إليه. |
| color | Color | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const Point&) method
إدراج البيانات في الدفق باستخدام ترميز UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Point &point)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق إخراج لإدراج البيانات إليه. |
| point | const Point& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Point
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const PointF&) method
إدراج البيانات في الدفق باستخدام ترميز UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const PointF &point)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق إخراج لإدراج البيانات إليه. |
| point | const PointF& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class PointF
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const Rectangle&) method
إدراج البيانات في الدفق باستخدام ترميز UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const Rectangle &rectangle)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق إخراج لإدراج البيانات إليه. |
| rectangle | const Rectangle& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::ostream&, const RectangleF&) method
إدراج البيانات في الدفق باستخدام ترميز UTF-8.
std::ostream & System::Drawing::operator<<(std::ostream &stream, const RectangleF &rectangle)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | std::ostream& | دفق إخراج لإدراج البيانات إليه. |
| rectangle | const RectangleF& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, Color) method
إدراج البيانات في الدفق.
std::wostream & System::Drawing::operator<<(std::wostream &stream, Color color)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق إخراج لإدراج البيانات إليه. |
| color | Color | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const Point&) method
إدراج البيانات في الدفق.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Point &point)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق إخراج لإدراج البيانات إليه. |
| point | const Point& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Point
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const PointF&) method
إدراج البيانات في الدفق.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const PointF &point)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق إخراج لإدراج البيانات إليه. |
| point | const PointF& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class PointF
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const Rectangle&) method
إدراج البيانات في الدفق.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const Rectangle &rectangle)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق إخراج لإدراج البيانات إليه. |
| rectangle | const Rectangle& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Font for C++
System::Drawing::operator«(std::wostream&, const RectangleF&) method
إدراج البيانات في الدفق.
std::wostream & System::Drawing::operator<<(std::wostream &stream, const RectangleF &rectangle)
| معامل | نوع | الوصف |
|---|---|---|
| دفق | std::wostream& | دفق إخراج لإدراج البيانات إليه. |
| rectangle | const RectangleF& | Data للإدراج. |
ReturnValue
stream.
انظر أيضًا
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Font for C++