C# 클래스 uForms.UFCanvas

상속: UFControl
파일 보기 프로젝트 열기: hidakas/uForms 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void
DrawByRect ( ) : void
DrawDesign ( ) : void
DrawDesignByRect ( ) : void
WriteCodeAdditional ( CodeBuilder builder ) : void
WriteNativeCodeByRect ( CodeBuilder builder ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

DrawByRect() 공개 메소드

public DrawByRect ( ) : void
리턴 void

DrawDesign() 공개 메소드

public DrawDesign ( ) : void
리턴 void

DrawDesignByRect() 공개 메소드

public DrawDesignByRect ( ) : void
리턴 void

WriteCodeAdditional() 공개 메소드

public WriteCodeAdditional ( CodeBuilder builder ) : void
builder CodeBuilder
리턴 void

WriteNativeCodeByRect() 공개 메소드

public WriteNativeCodeByRect ( CodeBuilder builder ) : void
builder CodeBuilder
리턴 void