C# 클래스 CrossUI.Drawing.DrawingStateExtensions

파일 보기 프로젝트 열기: pragmatrix/CrossUI

공개 메소드들

메소드 설명
StrokeAlignShift ( this state ) : double
StrokeAlignedBounds ( this state, Rectangle rectangle ) : Bounds
StrokeFillBounds ( this state, Rectangle r ) : Bounds
StrokeFillShift ( this state ) : double

메소드 상세

StrokeAlignShift() 공개 정적인 메소드

public static StrokeAlignShift ( this state ) : double
state this
리턴 double

StrokeAlignedBounds() 공개 정적인 메소드

public static StrokeAlignedBounds ( this state, Rectangle rectangle ) : Bounds
state this
rectangle Rectangle
리턴 Bounds

StrokeFillBounds() 공개 정적인 메소드

public static StrokeFillBounds ( this state, Rectangle r ) : Bounds
state this
r Rectangle
리턴 Bounds

StrokeFillShift() 공개 정적인 메소드

public static StrokeFillShift ( this state ) : double
state this
리턴 double