다음을 통해 공유


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인 경우

적용 대상