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.Page 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.Page 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.Page 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.Page 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.Page 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.Page 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.Page 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.Page 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.Page 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.Page for C++