AGI STK Graphics 11Send comments on this topic.
EndFrame Property (IAgStkGraphicsVideoStream)
See Also 
Windows






Windows & Linux

Description

Gets or sets the end frame of the video. Changing the End Frame property also changes the End Time property to the time in the video that corresponds to the specified frame.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EndFrame() As Integer
[C#]
public int EndFrame {get; set;}
[Managed C++]
public: __property int get_EndFrame();
public: __property void set_EndFrame(
   int
);
[Unmanaged C++]
public: HRESULT get_EndFrame(
   int * pRetVal
);
public: HRESULT put_EndFrame(
   int NewEndFrame
);
[Java]
public ppInteger getEndFrame();public void setEndFrame(
   ppInteger
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.