Device2.DrawImage

Device<TGraphicContext,TRenderingOptions>.DrawImage method

指定した画像を描画します。

public abstract void DrawImage(byte[] data, ImageType type, RectangleF rect)
パラメータタイプ説明
dataByte[]イメージを表すバイト配列。
typeImageType画像タイプ。
rectRectangleF描画する位置とサイズを決定する長方形。

関連項目