C# 클래스 cadencii.java.awt.geom.Area

상속: Shape
파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
region System.Drawing.Region

공개 메소드들

메소드 설명
Area ( ) : System
Area ( Shape s ) : System
add ( Area rhs ) : void
clone ( ) : Object
subtract ( Area rhs ) : void

메소드 상세

Area() 공개 메소드

public Area ( ) : System
리턴 System

Area() 공개 메소드

public Area ( Shape s ) : System
s Shape
리턴 System

add() 공개 메소드

public add ( Area rhs ) : void
rhs Area
리턴 void

clone() 공개 메소드

public clone ( ) : Object
리턴 Object

subtract() 공개 메소드

public subtract ( Area rhs ) : void
rhs Area
리턴 void

프로퍼티 상세

region 공개적으로 프로퍼티

public System.Drawing.Region region
리턴 System.Drawing.Region