C# 클래스 PerpetualEngine.Droid.HelpfulExtensions

파일 보기 프로젝트 열기: perpetual-mobile/PerpetualEngine

공개 메소드들

메소드 설명
DpToPixels ( this context, int dp ) : int
SetPaddingDp ( this viewGroup, int left, int top, int right, int bottom ) : void

메소드 상세

DpToPixels() 공개 정적인 메소드

public static DpToPixels ( this context, int dp ) : int
context this
dp int
리턴 int

SetPaddingDp() 공개 정적인 메소드

public static SetPaddingDp ( this viewGroup, int left, int top, int right, int bottom ) : void
viewGroup this
left int
top int
right int
bottom int
리턴 void