GOA - System.Drawing.AsyncMovie

AsyncMovie Class


Represents an Flash movie loaded asynchronously.

Definition

public class AsyncMovie: VisualElement, IPlayable, ILoadable

Members Table

MethodDescription
ApplyFilterApplies a Filter to the VisualElement. (Inherited from VisualElement)
ApplyFiltersApplies a collection of Filter to the VisualElement. (Inherited from VisualElement)
AsyncMovieOverloaded. Initializes a new instance of AsyncMovie.
ClearFiltersRemoves all the filters applied to the VisualElement. (Inherited from VisualElement)
DisposeOverriden. Destroys the VisualElement and all its children.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
GotoAndPlayOverloaded. Goes to the specified frame and plays the AsyncMovie instance.
GotoAndStopOverloaded. Goes to the specified frame and stops the play of the AsyncMovie instance.
GotoNextFrameGoes to the next frame of the AsyncMovie.
GotoPreviousFrameGoes to the previous frame of the AsyncMovie.
LoadOverloaded. Loads an AsyncMovie.
OnLoadStateChangedRaises the LoadStateChanged event.
PlayPlays the AsyncMovie.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
StopStops the AsyncMovie.
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
AlphaGets or sets the transparency value for the VisualElement. (Inherited from VisualElement)
AngleGets or sets the rotation angle of the VisualElement. (Inherited from VisualElement)
BottomGets the distance, in pixels, between the bottom edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement)
BoundsGets the size and location, in pixels, of the VisualElement's bounding box relative to the parent Visual object. (Inherited from VisualElement)
ContentLengthGets the size of the AsyncMovie.
CurrentFrameGets the current frame of the AsyncMovie.
FrameCountGets the total number of frames of the AsyncMovie.
HandleGets the native Flash handle that the VisualElement is bound to. (Inherited from VisualElement)
HeightOverriden. Gets or sets the height of the VisualElement's bounding box.
IsDisposedGets a value indicating whether the VisualElement has been disposed of. (Inherited from VisualElement)
IsLoadCompletedGets a value indicating whether the loading of the AsyncMovie is completed.
IsMaskGets a value indicating whether the VisualElement is a Mask. (Inherited from VisualElement)
LeftGets the distance, in pixels, between the left edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement)
LoadSpeedGets the speed of the loading of the AsyncMovie.
LoadStateGets the state of loading of the AsyncMovie.
LoadTimeoutGets or sets the loading timeout of the AsyncMovie.
LoadedPercentageGets the loaded percentage of the AsyncMovie.
LoadedSizeGets the size of the AsyncMovie already loaded.
MaskGets or sets the Mask of the VisualElement. (Inherited from VisualElement)
MovieHeightGets the height of the AsyncMovie.
MovieWidthGets the width of the AsyncMovie.
NativeMovieGets the native movie of the AsyncMovie.
ParentGets the parent Visual of the VisualElement. (Inherited from VisualElement)
RightGets the distance, in pixels, between the right edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement)
ScaleXGets or sets the scale to resize the current VisualElement horizontally. (Inherited from VisualElement)
ScaleXYSets the scale to resize the current VisualElement. (Inherited from VisualElement)
ScaleYGets or sets the scale to resize the current VisualElement vertically. (Inherited from VisualElement)
SizeGets the size, in pixels, of the VisualElement's bounding box. (Inherited from VisualElement)
TopGets the distance, in pixels, between the top edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement)
VisibleGets or sets a value indicating whether the VisualElement is displayed. (Inherited from VisualElement)
WidthOverriden. Gets or sets the width of the VisualElement's bounding box.
XGets or sets the horizontal coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement)
YGets or sets the vertical coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement)
EventDescription
LoadStateChangedHandles the changes of state of the loading of the AsyncMovie instance.

Inheritance Hierarchy

Object
VisualElement
AsyncMovie

Class Information

NamespaceSystem.Drawing
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.