TAILIEUCHUNG - gdi programming with c sharp phần 3

FillRegion điền vào một khu vực xác định với một bàn chải. Phương pháp này có một bàn chải và một khu vực như các thông số đầu vào. Liệt kê 3,29 tạo ra một đối tượng Region từ một hình chữ nhật và các cuộc gọi FillRegion để điền vào các khu vực. | This document was created by an unregistered ChmMagic please go to http to register it. Thanks FillRegion fills a specified region with a brush. This method takes a brush and a region as input parameterListing creates a Region object from a rectangle and calls FillRegion to fill the region. Listing Filling regions Rectangle rect new Rectangle 20 20 150 100 Region rgn new Region rect new SolidBrush rgn Note Chapter 6 discusses rectangles and regions in more detail. Miscellaneous Graphics Class Methods The Graphics class provides more than just draw and fill methods. Miscellaneous methods are defined iTable . Some of these methods are discussed in more detail later. The Clear Method The Clear method clears the entire drawing surface and fills it with the specified background color. It takes one argument of typColor. To clear a form an application passes the form s background color. The following code snippet uses the Clear method to clear a form. g This document was created by an unregistered ChmMagic please go to http to register it. Thanks Table . Some miscellaneous Graphics methods Method Description AddMetafileComment Adds a comment to a Metafile object. Clear Clears the entire drawing surface and fills it with the specified background color. ExcludeClip Updates the clip region to exclude the area specified by cRectangle structure. Flush Forces execution of all pending graphics operations and returns immediately without waiting for the operations to finish. FromHdc Creates a new Graphics object from a device context handle. FromHwnd Creates a new Graphics object from a window handle. FromImage Creates a new Graphics object from an Image object. GetHalftonePalette Returns a handle to the current Windows halftone palette. GetHdc Returns the device context handle associated with aGraphics object. .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.