Represent a MovieClip.
public class MovieClip: Object
The following table lists the members exposed by the MovieClip object. Click a tab on the left to choose the type of member you want to view.
Methods
Method Description BeginFill Starts a Fill section with a uniform color. BeginGradientFill Starts a Fill section with a Gradient. BringToFront Brings the movie clip to the front of the z-order. BuildChildrenList Clear Clears any previously drawn graphics from the movie clip. ClearColorTransform ClearLineStyle Empties the Line Style. Create Creates the movie clip in the specified parent. CreateFromInnerMovieClip CreateFromResource Creates the movie clip from the specified resource name. CreateFromSeed CurveTo Draws a Bézier Curve from current point to the specified point. Destroy Destroys the movie clip. DrawEllipse DrawLine Draws a line from point to another. DrawRectangle Draws a rectangle. DrawRoundedRectangle DrawShape Draws an binary encoded shape. Duplicate Duplicates the movie clip. EndFill Ends a Fill section begun by BeginFill or BeginGradientFill. Equals (Inherited from Object) GetBounds Returns the bounds of the movie clip. GetHashCode (Inherited from Object) GetTypeName (Inherited from Object) HasChildren Tests if the movie clip has any child movie clips. Hide Hides the movie clip. HitTest Tests if a point hits the drawing of a movie clip. Invalidate Invalidates the movie clip drawing so that the OnPaint method gets called. IsChildOf Tests if the movie clip is a child of another parent movie clip. LineTo Draws a line from current point to specified point. MemberwiseClone (Inherited from Object) MoveTo Changes current drawing point position. OnDragOut Handles the DragOut event. OnDragOver Handles the DragOver event. OnGotFocus Handles the GotFocus event. OnKeyDown Handles the KeyDown event. OnKeyUp Handles the KeyUp event. OnLostFocus Handles the LostFocus event. OnMouseEnter Handles the MouseEnter event. OnMouseLeave Handles the MouseLeave event. OnPaint Invoked when the movie clip drawing needs to be regenerated. OnPress Handles the Press event. OnRelease Handles the Release event. OnReleaseOutside Handles the ReleaseOutside event. OrderChild Changes the position of the movie clip in the z-order. PointToClient PointToScreen PrintAsBitmap ReferenceEquals (Inherited from Object) Refresh RemoveMask Removes the mask from the movie clip. SendToBack Sends the movie clip to the back of the z-order. SetColorTransform SetLineStyle Sets a new Line Style. SetLineWidth Sets a new Black Opaque Line Style with specified width. SetMask Sets a mask to the movie clip. SetScale Sets the movie clip scale factor. Show Shows a movie clip. StartDrag Starts a drag operation on a movie clip. StopDrag Stops a drag operation on a movie clip. SwapOrder ToString (Inherited from Object) Update Properties
Property Description Alpha Angle Bounds CanFocus ContextMenu Enabled Handle Height HitArea IsCreated Determine if the movie clip has been created. IsRoot Location Gets or sets the movie clip location. MouseX MouseY OwnerDomain Parent Root Scale ScaleX ScaleY ShowFocusRect TabChildren TabIndex TabStop TrackAsMenu UseHandCursor Visible Width X Y Constants
Constant Description FILL_LINEAR FILL_RADIAL
Object
Namespace Swiff.Internal Library swiff.scl Library Version 1.0.0.1784
© 2004-2005 GlobFX Technologies. All rights reserved. |