C# 클래스 ExplOCR.TransferItemValue

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

공개 프로퍼티들

프로퍼티 타입 설명
Text string
Unit string
Value double

공개 메소드들

메소드 설명
TransferItemValue ( ) : System
TransferItemValue ( string text ) : System
TransferItemValue ( string text, double value, string unit ) : System

메소드 상세

TransferItemValue() 공개 메소드

public TransferItemValue ( ) : System
리턴 System

TransferItemValue() 공개 메소드

public TransferItemValue ( string text ) : System
text string
리턴 System

TransferItemValue() 공개 메소드

public TransferItemValue ( string text, double value, string unit ) : System
text string
value double
unit string
리턴 System

프로퍼티 상세

Text 공개적으로 프로퍼티

public string Text
리턴 string

Unit 공개적으로 프로퍼티

public string Unit
리턴 string

Value 공개적으로 프로퍼티

public double Value
리턴 double