Click or drag to resize

ButterflowSubregion Class

A butterflow video subregion. Represents a snippet of a video on which butterflow will act.
Inheritance Hierarchy

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.2.31734 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ButterflowSubregion : PropertyChangedAlerter

The ButterflowSubregion type exposes the following members.

Constructors
  NameDescription
Public methodButterflowSubregion
Initializes a new instance of the ButterflowSubregion class
Top
Properties
  NameDescription
Public propertyEnd
Gets or sets the end of the subregion.
Public propertyIdentifier
Gets a unique identifier used to locate this subregion withing a subregion collection.
Public propertyStart
Gets or sets the start of the subregion.
Public propertySubregionType
Gets or sets the operation to be performed on the subregion.
Public propertyToEnd
Gets or sets a value indicating whether the subregion runs to the end of the video.
Public propertyValue
Gets or sets the targeted value of the subregion.
Top
Methods
  NameDescription
Public methodAddConstantCallProperty
Adds a property that will always be called when any property is updated..
(Inherited from PropertyChangedAlerter.)
Protected methodOnAllPropertiesChanged
Executes when all properties are changed and should be updated.
(Inherited from PropertyChangedAlerter.)
Protected methodCode exampleOnPropertyChanged
Executes the property changed action. This alerts subscribers to its change in value.
(Inherited from PropertyChangedAlerter.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from PropertyChangedAlerter.)
Top
Fields
  NameDescription
Private fieldalwaysCall
A list of properties to always call as updated. Generally used for composite properties.
(Inherited from PropertyChangedAlerter.)
Private fieldend
The end of the subregion.
Private fieldidentifier
A unique identifier used to locate this subregion withing a subregion collection.
Private fieldstart
The start of the subregion.
Private fieldsubregionType
Type of opersion to perform on the subregion.
Private fieldtoEnd
True if the subregion runs to the end, false if not.
Private fieldvalue
The value targeted for the subregion.
Top
See Also