Show / Hide Table of Contents

Class ScaledBink

A Bink Video file.

Inheritance
object
BaseElement
ScaledBink
Implements
I2Dimensional
IRecalculable
IDrawable
IDisposable
Inherited Members
BaseElement.literalPosition
BaseElement.relativePosition
BaseElement.literalSize
BaseElement.relativeSize
BaseElement.Position
BaseElement.Size
BaseElement.Color
BaseElement.Heading
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Elements
Assembly: LemonUI.SHVDN3.dll
Syntax
public class ScaledBink : BaseElement, I2Dimensional, IRecalculable, IDrawable, IDisposable

Constructors

View Source

ScaledBink(string)

Creates a new Bink Video playback.

Declaration
public ScaledBink(string name)
Parameters
Type Name Description
string name

The name of the bik file.

View Source

ScaledBink(string, PointF, SizeF)

Creates a new Bink Video playback.

Declaration
public ScaledBink(string name, PointF pos, SizeF size)
Parameters
Type Name Description
string name

The name of the bik file.

PointF pos

The position of the video window.

SizeF size

The size of the video window.

View Source

ScaledBink(string, SizeF)

Creates a new Bink Video playback.

Declaration
public ScaledBink(string name, SizeF size)
Parameters
Type Name Description
string name

The name of the bik file.

SizeF size

The size of the video window.

Properties

View Source

Id

The ID of the Bink Video Instance.

Declaration
public int Id { get; }
Property Value
Type Description
int
View Source

Name

The name of the Bink Video file.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Methods

View Source

Dispose()

Disposes the Bink Video ID.

Declaration
public void Dispose()
View Source

Draw()

Draws the Bink Movie at the specified location.

Declaration
public override void Draw()
Overrides
BaseElement.Draw()
View Source

~ScaledBink()

Finalizes an instance of the ScaledBink class.

Declaration
protected ~ScaledBink()
View Source

Recalculate()

Recalculates the size and position of this item.

Declaration
public override void Recalculate()
Overrides
BaseElement.Recalculate()
View Source

Stop()

Stops the playback of the Bink Video.

Declaration
public void Stop()
Remarks

If Draw() is called after this function. playback will start again.

Implements

I2Dimensional
IRecalculable
IDrawable
IDisposable
  • View Source
In this article
Back to top Generated by DocFX