Click or drag to resize

mcLocations Enumeration

Defines location of the frame.

Namespace:  MediaCy.Commands.Image.Frames
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration mcLocations
Members
  Member nameValueDescription
mcalFirst0 First frame in the sequence.
mcalActive1 Active frame in the sequence.
mcalActiveNext2 New to active frame in the sequence.
mcalReference3 Reference frame.
mcalReferenceNext4 Next to reference frame.
mcalEnd5 End of the sequence.
Remarks