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.

参照