Presentation is loading. Please wait.

Presentation is loading. Please wait.

그래픽 메소드.

Similar presentations


Presentation on theme: "그래픽 메소드."— Presentation transcript:

1 그래픽 메소드

2 Points Program frmPoints의 속성표 frmPoints 폼의 메뉴표 객체 속성 값 폼 Name
Backcolors White 타이머 tmrTimer Interval 60 Enabled True 메뉴 다음 표 참조 Caption 이름 &File mnuFile …E&xit mnuExit &Graphics mnuGraphics …&Draw Graphics mnuDrawPoints …&Clear mnuClear frmPoints 폼의 메뉴표

3 Points 프로그램의 작동원리 점 찍기: Pset graphic method 사용 화면 지우기: Cls method
인수 (X,Y)로 지정된 좌표에 점을 찍는다. 문법: PSet(X,Y), color 또는 PSet Step(dx,dy), color 화면 지우기: Cls method

4 선그리기 Line method 문법: Line(x1,y1)-(x2,y2), color
(x1,y1):선의 시작위치– 생략되면 현재의 위치(CurrentX,CurrentY)가 자동으로 할당됨. (x2,y2):선의 끝 위치 메뉴에 caption: &Lines, name:…&mnuLines 추가

5 선그리기의 확장: Box 그리기 또는 Line과 Step등을 이용 Line(100,20)-(400,0)
Line(100,20)-(400,420), RGB(0,0,0), B 옵션 B 에 의해 상자를 그림. 내부를 채우기 위해서 BF FillStyle과 FillColor속성 조정 frmForm.FillStyle=2 frmForm.FillColor=RGB(255,0,0) frmForm.Line(100,20)-(400,420), RGB(0,0,0), B (400,20) (100,20) (100,420) (400,420)

6 FillStyle 속성의 값 값 의미 순색(solid) 1 투명(기본값) 2 수평선 3 수직선 4 상향사선(/) 5
순색(solid) 1 투명(기본값) 2 수평선 3 수직선 4 상향사선(/) 5 하향사선( ) 6 십자모양 7 X자 모양

7 Box메뉴 추가 D&raw Box mnuDrawBox …R&ed mnuRed …- mnuSep1 …&Set Style
mnuSetStyle

8 원그리기

9 원그리기 문법: Object.Circles (X,Y), Radius, color

10 원그리기-DrawStyle추가 Name: cmdDrawStyle Caption: &Draw Style


Download ppt "그래픽 메소드."

Similar presentations


Ads by Google