Michi2
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 限定公開変数類 | 全メンバ一覧
ImageSharpGraph.Image クラス

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

公開メンバ関数

 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

コンストラクタ

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

関数詳解

◆ getImage()

SixLabors.ImageSharp.Image ImageSharpGraph.Image.getImage ( )
inline

画像を返す。

戻り値
ImageSharpの画像を返す

◆ Height()

float ImageSharpGraph.Image.Height ( )
inline

画像の高さを返す。

戻り値
画像の高さ [pixel]

◆ Save()

void ImageSharpGraph.Image.Save ( String  filename)
inline

画像を保存する。

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

画像

◆ Width()

float ImageSharpGraph.Image.Width ( )
inline

画像の横幅を返す。

戻り値
画像の横幅 [pixel]

メンバ詳解

◆ image

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

描画する画像

テンプレート引数
Rgba32RGB 32ビット
戻り値

このクラス詳解は次のファイルから抽出されました: