C# Class MediaPortal.Player.OSDTexture

Show file Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Properties

Property Type Description
height int
plane byte
texture System.IntPtr
width int
x int
y int

Property Details

height public property

public int height
return int

plane public property

public byte plane
return byte

texture public property

public IntPtr,System texture
return System.IntPtr

width public property

public int width
return int

x public property

public int x
return int

y public property

public int y
return int