C# 클래스 MediaPortal.Player.Subtitles.Subtitle

상속: IDisposable
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
firstScanLine int
height uint
horizontalPosition int
id long
idCount int
presentTime double
screenHeight uint
screenWidth uint
subBitmap System.Drawing.Bitmap
texture Texture
timeOut double
width uint

공개 메소드들

메소드 설명
Dispose ( ) : void
Subtitle ( ) : System
ToString ( ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Subtitle() 공개 메소드

public Subtitle ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

firstScanLine 공개적으로 프로퍼티

public int firstScanLine
리턴 int

height 공개적으로 프로퍼티

public uint height
리턴 uint

horizontalPosition 공개적으로 프로퍼티

public int horizontalPosition
리턴 int

id 공개적으로 프로퍼티

public long id
리턴 long

idCount 공개적으로 정적으로 프로퍼티

public static int idCount
리턴 int

presentTime 공개적으로 프로퍼티

public double presentTime
리턴 double

screenHeight 공개적으로 프로퍼티

public uint screenHeight
리턴 uint

screenWidth 공개적으로 프로퍼티

public uint screenWidth
리턴 uint

subBitmap 공개적으로 프로퍼티

public Bitmap,System.Drawing subBitmap
리턴 System.Drawing.Bitmap

texture 공개적으로 프로퍼티

public Texture texture
리턴 Texture

timeOut 공개적으로 프로퍼티

public double timeOut
리턴 double

width 공개적으로 프로퍼티

public uint width
리턴 uint