Q&A

  • tbitmap을 초기화할려면?
tbitmap에다가 그림을 그려넣구요,

다시 백지상태로 초기화시기려고 하거든요,

좋은 방법 없을까요?
1  COMMENTS
  • Profile
    KDDG_RNStone 2004.12.08 17:57
    Bitmap에 Canvas.FillRect을 이용하면 될것 같네요.

    Bitmap1.Canvas.Brush 요부분의 하위 Style이라든지 Color라든지를 먼저 세팅 해 주시고

    Bitmap1.Canvas.FillRect(Rect(0, 0, Bitmap1.Width, Bitmap1.Height);

    이런 식으로요