RichTextBox.DrawToBitmap(Bitmap, Rectangle) 메서드

정의

이 메서드는 이 클래스와 관련이 없습니다.

public:
 void DrawToBitmap(System::Drawing::Bitmap ^ bitmap, System::Drawing::Rectangle targetBounds);
public void DrawToBitmap (System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds);
override this.DrawToBitmap : System.Drawing.Bitmap * System.Drawing.Rectangle -> unit
Public Sub DrawToBitmap (bitmap As Bitmap, targetBounds As Rectangle)

매개 변수

bitmap
Bitmap

Bitmap

targetBounds
Rectangle

Rectangle

설명

이 메서드는 이 클래스와 관련이 없습니다.

적용 대상