Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also