描画する画像をカプセル化したクラス
More...
|
| | Image (int width, int height) |
| | コンストラクタ
|
| |
| void | Save (String filename) |
| | 画像を保存する。
|
| |
| float | Width () |
| | 画像の横幅を返す。
|
| |
| float | Height () |
| | 画像の高さを返す。
|
| |
| SixLabors.ImageSharp.Image | getImage () |
| | 画像を返す。
|
| |
|
| SixLabors.ImageSharp.Image | image = new SixLabors.ImageSharp.Image<Rgba32>(1, 1) |
| | 描画する画像
|
| |
◆ Image()
| ImageSharpGraph.Image.Image |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
コンストラクタ
- Parameters
-
| width | 画像の横幅 [pixel] |
| height | 画像の高さ [pixel] |
◆ getImage()
| SixLabors.ImageSharp.Image ImageSharpGraph.Image.getImage |
( |
| ) |
|
|
inline |
画像を返す。
- Returns
- ImageSharpの画像を返す
◆ Height()
| float ImageSharpGraph.Image.Height |
( |
| ) |
|
|
inline |
画像の高さを返す。
- Returns
- 画像の高さ [pixel]
◆ Save()
| void ImageSharpGraph.Image.Save |
( |
String |
filename | ) |
|
|
inline |
◆ Width()
| float ImageSharpGraph.Image.Width |
( |
| ) |
|
|
inline |
画像の横幅を返す。
- Returns
- 画像の横幅 [pixel]
◆ image
| SixLabors.ImageSharp.Image ImageSharpGraph.Image.image = new SixLabors.ImageSharp.Image<Rgba32>(1, 1) |
|
protected |
描画する画像
- Template Parameters
-
- Returns
The documentation for this class was generated from the following file: