C# Class CodeTV.ChannelTV

Inheritance: Channel
Show file 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 property

protected double videoAspectRatioFactor
return double

videoKeepAspectRatio protected property

protected bool videoKeepAspectRatio
return bool

videoOffset protected property

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

videoZoom protected property

protected double videoZoom
return double

videoZoomMode protected property

protected VideoSizeMode videoZoomMode
return VideoSizeMode