C# 클래스 cadencii.java.awt.BasicStroke

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

공개 프로퍼티들

프로퍼티 타입 설명
pen System.Drawing.Pen

공개 메소드들

메소드 설명
BasicStroke ( ) : System
BasicStroke ( float width ) : System
BasicStroke ( float width, int cap, int join ) : System
BasicStroke ( float width, int cap, int join, float miterlimit ) : System
BasicStroke ( float width, int cap, int join, float miterlimit, float dash, float dash_phase ) : System

메소드 상세

BasicStroke() 공개 메소드

public BasicStroke ( ) : System
리턴 System

BasicStroke() 공개 메소드

public BasicStroke ( float width ) : System
width float
리턴 System

BasicStroke() 공개 메소드

public BasicStroke ( float width, int cap, int join ) : System
width float
cap int
join int
리턴 System

BasicStroke() 공개 메소드

public BasicStroke ( float width, int cap, int join, float miterlimit ) : System
width float
cap int
join int
miterlimit float
리턴 System

BasicStroke() 공개 메소드

public BasicStroke ( float width, int cap, int join, float miterlimit, float dash, float dash_phase ) : System
width float
cap int
join int
miterlimit float
dash float
dash_phase float
리턴 System

프로퍼티 상세

pen 공개적으로 프로퍼티

public System.Drawing.Pen pen
리턴 System.Drawing.Pen