←Select platform

AnimationWidth Property

Summary

Gets the animation width.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int AnimationWidth { get; } 
Public ReadOnly Property AnimationWidth As Integer 
public int AnimationWidth {get;} 
@property (nonatomic, assign, readonly) NSInteger animationWidth 
public int getAnimationWidth() 
 get_AnimationWidth();  
public: 
property int AnimationWidth { 
   int get(); 
} 

Property Value

The animation width, in pixels.

Example

For an example, refer to CodecsImageInfo.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly