Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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) 
Protected Overrides 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
)
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, Windows Server 2008 family

See Also