C# 클래스 SciterSharp.SciterText

파일 보기 프로젝트 열기: MISoftware/SciterSharp 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string text, SciterXGraphics format ) : SciterText
CreateForElement ( string text, SciterElement element ) : SciterText
SetBox ( float width, float height ) : void

비공개 메소드들

메소드 설명
SciterText ( ) : System.Drawing

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string text, SciterXGraphics format ) : SciterText
text string
format SciterXGraphics
리턴 SciterText

CreateForElement() 공개 정적인 메소드

public static CreateForElement ( string text, SciterElement element ) : SciterText
text string
element SciterElement
리턴 SciterText

SetBox() 공개 메소드

public SetBox ( float width, float height ) : void
width float
height float
리턴 void