C# 클래스 dk.ku.life.Daisy.Column

파일 보기 프로젝트 열기: perabrahamsen/daisy-model

공개 프로퍼티들

프로퍼티 타입 설명
daisy_column System.IntPtr

공개 메소드들

메소드 설명
Column ( IntPtr col ) : System
GetColumnDescription ( ) : string
GetColumnName ( ) : string
LocationSize ( ) : int
LocationX ( uint index ) : double
LocationY ( uint index ) : double

메소드 상세

Column() 공개 메소드

public Column ( IntPtr col ) : System
col System.IntPtr
리턴 System

GetColumnDescription() 공개 메소드

public GetColumnDescription ( ) : string
리턴 string

GetColumnName() 공개 메소드

public GetColumnName ( ) : string
리턴 string

LocationSize() 공개 메소드

public LocationSize ( ) : int
리턴 int

LocationX() 공개 메소드

public LocationX ( uint index ) : double
index uint
리턴 double

LocationY() 공개 메소드

public LocationY ( uint index ) : double
index uint
리턴 double

프로퍼티 상세

daisy_column 공개적으로 프로퍼티

public IntPtr,System daisy_column
리턴 System.IntPtr