LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

AnimateRegion Property






Enables or disables animation of the image's region frame.
Syntax
[CategoryAttribute("Floater and Region")]
[DescriptionAttribute("Enables or disables animation of the image's region frame.")]
public virtual bool AnimateRegion {get; set;}
'Declaration
 
<CategoryAttribute("Floater and Region")>
<DescriptionAttribute("Enables or disables animation of the image's region frame.")>
Public Overridable Property AnimateRegion As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.AnimateRegion = value
 
value = instance.AnimateRegion
[CategoryAttribute("Floater and Region")]
[DescriptionAttribute("Enables or disables animation of the image's region frame.")]
public virtual bool AnimateRegion {get; set;}
CategoryAttribute("Floater and Region")
DescriptionAttribute("Enables or disables animation of the image's region frame.")
 get_AnimateRegion();
set_AnimateRegion(value);
[CategoryAttribute("Floater and Region")]
[DescriptionAttribute("Enables or disables animation of the image's region frame.")]
public:
virtual property bool AnimateRegion {
   bool get();
   void set (    bool value);
}

Property Value

true to enable animation of the image's region frame, false for a static frame.
Example
Refer to RasterImageViewer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.