طريقة System::Drawing::operator<<

System::Drawing::operator«(std::ostream&, Color) method

إدراج البيانات في الدفق باستخدام ترميز UTF-8.

std::ostream & System::Drawing::operator<<(std::ostream &stream, Color color)
معاملنوعالوصف
دفقstd::ostream&دفق إخراج لإدراج البيانات إليه.
colorColorData للإدراج.

ReturnValue

stream.

انظر أيضًا

System::Drawing::operator«(std::ostream&, const Point&) method

إدراج البيانات في الدفق باستخدام ترميز UTF-8.

std::ostream & System::Drawing::operator<<(std::ostream &stream, const Point &point)
معاملنوعالوصف
دفقstd::ostream&دفق إخراج لإدراج البيانات إليه.
pointconst Point&Data للإدراج.

ReturnValue

stream.

انظر أيضًا

System::Drawing::operator«(std::ostream&, const PointF&) method

إدراج البيانات في الدفق باستخدام ترميز UTF-8.

std::ostream & System::Drawing::operator<<(std::ostream &stream, const PointF &point)
معاملنوعالوصف
دفقstd::ostream&دفق إخراج لإدراج البيانات إليه.
pointconst PointF&Data للإدراج.

ReturnValue

stream.

انظر أيضًا

System::Drawing::operator«(std::ostream&, const Rectangle&) method

إدراج البيانات في الدفق باستخدام ترميز UTF-8.

std::ostream & System::Drawing::operator<<(std::ostream &stream, const Rectangle &rectangle)
معاملنوعالوصف
دفقstd::ostream&دفق إخراج لإدراج البيانات إليه.
rectangleconst Rectangle&Data للإدراج.

ReturnValue

stream.

انظر أيضًا

System::Drawing::operator«(std::ostream&, const RectangleF&) method

إدراج البيانات في الدفق باستخدام ترميز UTF-8.

std::ostream & System::Drawing::operator<<(std::ostream &stream, const RectangleF &rectangle)
معاملنوعالوصف
دفقstd::ostream&دفق إخراج لإدراج البيانات إليه.
rectangleconst RectangleF&Data للإدراج.

ReturnValue

stream.

انظر أيضًا

System::Drawing::operator«(std::wostream&, Color) method

إدراج البيانات في الدفق.

std::wostream & System::Drawing::operator<<(std::wostream &stream, Color color)
معاملنوعالوصف
دفقstd::wostream&دفق إخراج لإدراج البيانات إليه.
colorColorData للإدراج.

ReturnValue

stream.

انظر أيضًا

System::Drawing::operator«(std::wostream&, const Point&) method

إدراج البيانات في الدفق.

std::wostream & System::Drawing::operator<<(std::wostream &stream, const Point &point)
معاملنوعالوصف
دفقstd::wostream&دفق إخراج لإدراج البيانات إليه.
pointconst Point&Data للإدراج.

ReturnValue

stream.

انظر أيضًا

System::Drawing::operator«(std::wostream&, const PointF&) method

إدراج البيانات في الدفق.

std::wostream & System::Drawing::operator<<(std::wostream &stream, const PointF &point)
معاملنوعالوصف
دفقstd::wostream&دفق إخراج لإدراج البيانات إليه.
pointconst PointF&Data للإدراج.

ReturnValue

stream.

انظر أيضًا

System::Drawing::operator«(std::wostream&, const Rectangle&) method

إدراج البيانات في الدفق.

std::wostream & System::Drawing::operator<<(std::wostream &stream, const Rectangle &rectangle)
معاملنوعالوصف
دفقstd::wostream&دفق إخراج لإدراج البيانات إليه.
rectangleconst Rectangle&Data للإدراج.

ReturnValue

stream.

انظر أيضًا

System::Drawing::operator«(std::wostream&, const RectangleF&) method

إدراج البيانات في الدفق.

std::wostream & System::Drawing::operator<<(std::wostream &stream, const RectangleF &rectangle)
معاملنوعالوصف
دفقstd::wostream&دفق إخراج لإدراج البيانات إليه.
rectangleconst RectangleF&Data للإدراج.

ReturnValue

stream.

انظر أيضًا