次の方法で共有


CachedBitmap(Bitmap, Graphics) コンストラクター

定義

のデバイス設定graphics用の bitmap のデバイス依存コピーを作成します。

public:
 CachedBitmap(System::Drawing::Bitmap ^ bitmap, System::Drawing::Graphics ^ graphics);
public CachedBitmap (System.Drawing.Bitmap bitmap, System.Drawing.Graphics graphics);
new System.Drawing.Imaging.CachedBitmap : System.Drawing.Bitmap * System.Drawing.Graphics -> System.Drawing.Imaging.CachedBitmap
Public Sub New (bitmap As Bitmap, graphics As Graphics)

パラメーター

bitmap
Bitmap

変換対象の Bitmap

graphics
Graphics

Graphics キャッシュされたコピーの書式を設定するために使用する bitmapオブジェクト。

例外

bitmap または graphicsnull です。

適用対象