AnimationControl Constructor | |
Construct an animation control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension,
oFileSpec,
kStyle,
hInst
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public AnimationControl(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default,
Usual oFileSpec = default,
Usual kStyle = default,
Usual hInst = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the animation control. - xID (Optional)
- Type: Usual
The unique ID of the animation control (between 1 and 8000). - oPoint (Optional)
- Type: Usual
The origin of the animation control in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the animation control in canvas coordinates. - oFileSpec (Optional)
- Type: Usual
The FileSpec object that describes the associated AVI file. - kStyle (Optional)
- Type: Usual
The style of the animation control. - hInst (Optional)
- Type: Usual
The instance handle to be passed to the window when creating the control.
See Also