TAILIEUCHUNG - gdi programming with c sharp phần 9

Hãy viết mã cho các mục trình đơn. Chúng tôi sẽ làm mục Draw đầu tiên, như trong Liệt kê 11,24. Mục trình đơn này rút ra hai dòng, một hình chữ nhật và hình elip. Đầu tiên chúng ta tạo ra một đồ họa đối tượng sử dụng phương pháp và gọi DrawLine, DrawRectangle, và phương pháp FillEllipse. | This document was created by an unregistered ChmMagic please go to http to register it. Thanks Let s write code for the menu items. We ll do the Draw Items first as inListing . This menu item draws two lines a rectangle and an ellipse. First we create a Graphics object using the method and call the DrawLine DrawRectangle and FillEllipse methods. See Chapter 3 for more on these methods. Listing Drawing graphics items private void DrawItems_Click object sender e Create a Graphics object Graphics g Draw graphics items 10 10 10 100 10 10 100 10 20 20 200 200 40 40 100 100 Dispose of object Figure shows the output from Listing . Figure . Drawing simple graphics items This document was created by an unregistered ChmMagic please go to http to register it. Thanks Now let s write code for Print Graphics Items. We want to print the output shown inFigure . We create aPrintDocument object add a PrintPage event handler and call thePrint method. The PrintPage event handler draws the graphics items. Listing contains two methods. The PrintGraphicsItems_Click method is a menu click event handler that creates cPrintDocument object sets its PrintPage event and calls the Print method. The second method PrintGraphicsItemsHandler simply calls the draw and fill methods of . Listing Printing graphics items private void PrintGraphicsItems_Click object sender e Create a PrintDocument object PrintDocument pd new PrintDocument Add PrintPage event handler new PrintPageEventHandler Print private void PrintGraphicsItemsHandler object sender PrintPageEventArgs ppeArgs Create a printer Graphics object Graphics g Draw graphics

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.