Swiff.Internal.MovieClip

MovieClip Class


Represent a MovieClip.

Definition

public class MovieClip: Object

Members Table

MethodDescription
BeginFillStarts a Fill section with a uniform color.
BeginGradientFillStarts a Fill section with a Gradient.
BringToFrontBrings the movie clip to the front of the z-order.
BuildChildrenList
ClearClears any previously drawn graphics from the movie clip.
ClearColorTransform
ClearLineStyleEmpties the Line Style.
CreateCreates the movie clip in the specified parent.
CreateFromInnerMovieClip
CreateFromResourceCreates the movie clip from the specified resource name.
CreateFromSeed
CurveToDraws a Bézier Curve from current point to the specified point.
DestroyDestroys the movie clip.
DrawEllipse
DrawLineDraws a line from point to another.
DrawRectangleDraws a rectangle.
DrawRoundedRectangle
DrawShapeDraws an binary encoded shape.
DuplicateDuplicates the movie clip.
EndFillEnds a Fill section begun by BeginFill or BeginGradientFill.
Equals(Inherited from Object)
GetBoundsReturns the bounds of the movie clip.
GetHashCode(Inherited from Object)
GetTypeName(Inherited from Object)
HasChildrenTests if the movie clip has any child movie clips.
HideHides the movie clip.
HitTestTests if a point hits the drawing of a movie clip.
InvalidateInvalidates the movie clip drawing so that the OnPaint method gets called.
IsChildOfTests if the movie clip is a child of another parent movie clip.
LineToDraws a line from current point to specified point.
MemberwiseClone(Inherited from Object)
MoveToChanges current drawing point position.
OnDragOutHandles the DragOut event.
OnDragOverHandles the DragOver event.
OnGotFocusHandles the GotFocus event.
OnKeyDownHandles the KeyDown event.
OnKeyUpHandles the KeyUp event.
OnLostFocusHandles the LostFocus event.
OnMouseEnterHandles the MouseEnter event.
OnMouseLeaveHandles the MouseLeave event.
OnPaintInvoked when the movie clip drawing needs to be regenerated.
OnPressHandles the Press event.
OnReleaseHandles the Release event.
OnReleaseOutsideHandles the ReleaseOutside event.
OrderChildChanges the position of the movie clip in the z-order.
PointToClient
PointToScreen
Print
PrintAsBitmap
ReferenceEquals(Inherited from Object)
Refresh
RemoveMaskRemoves the mask from the movie clip.
SendToBackSends the movie clip to the back of the z-order.
SetColorTransform
SetLineStyleSets a new Line Style.
SetLineWidthSets a new Black Opaque Line Style with specified width.
SetMaskSets a mask to the movie clip.
SetScaleSets the movie clip scale factor.
ShowShows a movie clip.
StartDragStarts a drag operation on a movie clip.
StopDragStops a drag operation on a movie clip.
SwapOrder
ToString(Inherited from Object)
Update
PropertyDescription
Alpha
Angle
Bounds
CanFocus
ContextMenu
Enabled
Handle
Height
HitArea
IsCreatedDetermine if the movie clip has been created.
IsRoot
LocationGets or sets the movie clip location.
MouseX
MouseY
OwnerDomain
Parent
Root
Scale
ScaleX
ScaleY
ShowFocusRect
TabChildren
TabIndex
TabStop
TrackAsMenu
UseHandCursor
Visible
Width
X
Y
ConstantDescription
FILL_LINEAR
FILL_RADIAL

Inheritance Hierarchy

Object
MovieClip
SwfMovie
SwfImage
SwfApplication
VideoStreamRenderer
VideoClip

Class Information

NamespaceSwiff.Internal
Libraryswiff.scl
Library Version1.0.0.1784
© 2004-2005 GlobFX Technologies. All rights reserved.