This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalystUI > ESRI.ArcGIS.TrackingAnalystUI > Interfaces > IA > IAnimationEngine Interface > IAnimationEngine.SetFrameSize Method (ArcObjects .NET 10.5 SDK) |
Defines height and width (in pixels) of output frames.
[Visual Basic .NET] Public Sub SetFrameSize ( _ ByVal nWidth As Integer, _ ByVal nHeight As Integer _ )
[C#] public void SetFrameSize ( int nWidth, int nHeight );