C# 클래스 LayoutFarm.HtmlBoxes.CssBoxLayoutExtension

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
GetClientHeight ( this box ) : float
GetClientLeft ( this box ) : float
GetClientRight ( this box ) : float
GetClientTop ( this box ) : float
GetClientWidth ( this box ) : float

비공개 메소드들

메소드 설명
CalculateInnerContentHeight ( this startBox ) : float

메소드 상세

GetClientHeight() 공개 정적인 메소드

public static GetClientHeight ( this box ) : float
box this
리턴 float

GetClientLeft() 공개 정적인 메소드

public static GetClientLeft ( this box ) : float
box this
리턴 float

GetClientRight() 공개 정적인 메소드

public static GetClientRight ( this box ) : float
box this
리턴 float

GetClientTop() 공개 정적인 메소드

public static GetClientTop ( this box ) : float
box this
리턴 float

GetClientWidth() 공개 정적인 메소드

public static GetClientWidth ( this box ) : float
box this
리턴 float