C# 클래스 Sirius.Win32.SvcImpl.Controls.ProgressBarSvc

상속: IProgressBarContract
파일 보기 프로젝트 열기: mkolisnyk/Sirius

공개 메소드들

메소드 설명
GetLowerBound ( int hwnd ) : double
GetPosition ( int hwnd ) : double
GetUpperBound ( int hwnd ) : double
ProgressBarSvc ( ) : System

메소드 상세

GetLowerBound() 공개 메소드

public GetLowerBound ( int hwnd ) : double
hwnd int
리턴 double

GetPosition() 공개 메소드

public GetPosition ( int hwnd ) : double
hwnd int
리턴 double

GetUpperBound() 공개 메소드

public GetUpperBound ( int hwnd ) : double
hwnd int
리턴 double

ProgressBarSvc() 공개 메소드

public ProgressBarSvc ( ) : System
리턴 System