Class VideoCompositionElement
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Class VideoCompositionElement. Implements the IDisposable.
public class VideoCompositionElement : IDisposableInheritance
Implements
Inherited Members
Constructors
VideoCompositionElement(IBitmap, int, int)
Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.VideoCompositionElement class.
public VideoCompositionElement(IBitmap image, int x, int y)Parameters
Properties
Alpha
Gets or sets the alpha.
public double Alpha { get; set; }Property Value
Height
Gets or sets the height.
public int Height { get; set; }Property Value
Width
Gets or sets the width.
public int Width { get; set; }Property Value
X
Gets or sets the x.
public int X { get; set; }Property Value
Y
Gets or sets the y.
public int Y { get; set; }Property Value
Methods
Dispose(bool)
Releases unmanaged and - optionally - managed resources.
protected virtual void Dispose(bool disposing)Parameters
disposingbool-
trueto release both managed and unmanaged resources;falseto release only unmanaged resources.
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()GetGstBuffer()
Gets the GST buffer.
public object GetGstBuffer()Returns
- object
-
System.Object.
GetImage()
Gets the image.
public IBitmap GetImage()Returns
- IBitmap
-
Bitmap.
SetGstBuffer(object)
Sets the GST buffer.
public void SetGstBuffer(object buffer)Parameters
bufferobject-
The buffer.