C# 클래스 MabiPacker.GlassExtensions

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

공개 메소드들

메소드 설명
HookGlassRender ( this control ) : void
HookGlassRender ( this control, int offsetX, int offsetY ) : void
UnhookGlassRender ( this control ) : void

메소드 상세

HookGlassRender() 공개 정적인 메소드

public static HookGlassRender ( this control ) : void
control this
리턴 void

HookGlassRender() 공개 정적인 메소드

public static HookGlassRender ( this control, int offsetX, int offsetY ) : void
control this
offsetX int
offsetY int
리턴 void

UnhookGlassRender() 공개 정적인 메소드

public static UnhookGlassRender ( this control ) : void
control this
리턴 void