Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
UpdateUnmanagedPropertyState Method
See Also 
Leadtools.Windows.Media.Effects Namespace > RasterCommandBitmapEffect Class : UpdateUnmanagedPropertyState Method




unmanagedEffect
The unmanaged effect.
Updates the state of the unmanaged property.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub UpdateUnmanagedPropertyState( _
   ByVal unmanagedEffect As SafeHandle _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterCommandBitmapEffect
Dim unmanagedEffect As SafeHandle
 
instance.UpdateUnmanagedPropertyState(unmanagedEffect)
C# 
protected override void UpdateUnmanagedPropertyState( 
   SafeHandle unmanagedEffect
)
Managed Extensions for C++ 
protected: void UpdateUnmanagedPropertyState( 
   SafeHandle* unmanagedEffect
) override 
C++/CLI 
protected:
void UpdateUnmanagedPropertyState( 
   SafeHandle^ unmanagedEffect
) override 

Parameters

unmanagedEffect
The unmanaged effect.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also