My Project
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
ImageSharpGraph.Image Class Reference

描画する画像をカプセル化したクラス More...

Collaboration diagram for ImageSharpGraph.Image:
Collaboration graph
[legend]

Public Member Functions

 Image (int width, int height)
 コンストラクタ
 
void Save (String filename)
 画像を保存する。
 
float Width ()
 画像の横幅を返す。
 
float Height ()
 画像の高さを返す。
 
SixLabors.ImageSharp.Image getImage ()
 画像を返す。
 

Protected Attributes

SixLabors.ImageSharp.Image image = new SixLabors.ImageSharp.Image<Rgba32>(1, 1)
 描画する画像
 

Detailed Description

描画する画像をカプセル化したクラス

Constructor & Destructor Documentation

◆ Image()

ImageSharpGraph.Image.Image ( int  width,
int  height 
)
inline

コンストラクタ

Parameters
width画像の横幅 [pixel]
height画像の高さ [pixel]

Member Function Documentation

◆ 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

画像を保存する。

Parameters
filename画像のファイル名(フルパス)

画像

◆ Width()

float ImageSharpGraph.Image.Width ( )
inline

画像の横幅を返す。

Returns
画像の横幅 [pixel]

Member Data Documentation

◆ image

SixLabors.ImageSharp.Image ImageSharpGraph.Image.image = new SixLabors.ImageSharp.Image<Rgba32>(1, 1)
protected

描画する画像

Template Parameters
Rgba32RGB 32ビット
Returns

The documentation for this class was generated from the following file: