C# Class CodeTV.ChannelTV

Inheritance: Channel
Datei anzeigen Open project: dgis/CodeTV Class Usage Examples

Protected Properties

Property Type Description
videoAspectRatioFactor double
videoKeepAspectRatio bool
videoOffset System.Drawing.PointF
videoZoom double
videoZoomMode VideoSizeMode

Private Properties

Property Type Description

Public Methods

Method Description
NeedToRebuildTheGraph ( ChannelTV newChannel ) : bool
ToString ( ) : string

Method Details

NeedToRebuildTheGraph() public method

public NeedToRebuildTheGraph ( ChannelTV newChannel ) : bool
newChannel ChannelTV
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

videoAspectRatioFactor protected_oe property

protected double videoAspectRatioFactor
return double

videoKeepAspectRatio protected_oe property

protected bool videoKeepAspectRatio
return bool

videoOffset protected_oe property

protected PointF,System.Drawing videoOffset
return System.Drawing.PointF

videoZoom protected_oe property

protected double videoZoom
return double

videoZoomMode protected_oe property

protected VideoSizeMode videoZoomMode
return VideoSizeMode