C# Class CodeTV.ChannelTV

Inheritance: Channel
Afficher le fichier Open project: dgis/CodeTV Class Usage Examples

Protected Properties

Свойство Type Description
videoAspectRatioFactor double
videoKeepAspectRatio bool
videoOffset System.Drawing.PointF
videoZoom double
videoZoomMode VideoSizeMode

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
NeedToRebuildTheGraph ( ChannelTV newChannel ) : bool
ToString ( ) : string

Method Details

NeedToRebuildTheGraph() public méthode

public NeedToRebuildTheGraph ( ChannelTV newChannel ) : bool
newChannel ChannelTV
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

videoAspectRatioFactor protected_oe property

protected double videoAspectRatioFactor
Résultat double

videoKeepAspectRatio protected_oe property

protected bool videoKeepAspectRatio
Résultat bool

videoOffset protected_oe property

protected PointF,System.Drawing videoOffset
Résultat System.Drawing.PointF

videoZoom protected_oe property

protected double videoZoom
Résultat double

videoZoomMode protected_oe property

protected VideoSizeMode videoZoomMode
Résultat VideoSizeMode