Getting Started
Leadtools.SpecialEffects Getting Started
Summary
LEADTOOLS Special Effects (Leadtools.SpecialEffects assembly)
For pointers to sample programs that demonstrate many features, see the table below:
.NET
Redistributables Paths
Path |
Target Platform |
<installdir>\Bin\net |
.NET 6+ |
Assembly - Class/Namespace |
Comments |
Leadtools.SpecialEffects.DLL - Leadtools.SpecialEffectsProcessor |
The Leadtools. SpecialEffectsProcessor namespace includes methods that give you precise control over a large variety of effects when you paint images, text, patterns, and shapes to a device context. |
Dependencies
Library |
Description |
Dependencies |
Leadtools.SpecialEffects.dll |
Core Library |
Leadtools.dll |
Leadtools.PaintEffects.dll | This package is unlisted and meant only for advanced users of LEADTOOLS. |
Sample Programs
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
Special Effects |
\Examples\SpecialEffects\DotNet\SpecialEffectsDemo\net |
\Bin\net\SpecialEffectsDemo_Original.exe |
Demonstrates the features of the LEADTOOLS Special Effects SDK. - Specify an effect that is applied when painting the image from a bitmap.
- Specify a pattern or gradient color transition between images.
- Control speed, granularity, multiple paint passes, transparent color, and wand usage when painting images or transitions.
- Specify a transparent color and paint a control with a transparent background.
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
WPF Transitions |
\Examples\SpecialEffects\DotNet\WPFTransitionsDemo\net |
\Bin\net\WPFTransitionsDemo_Original.exe |
Demonstrates the features of the LEADTOOLS WPF Transitions SDK. Specify a transition and options to be used when displaying the image. |
.NET Framework
Redistributables Paths
Path |
Target Platform |
<installdir>\Bin\DotNet4\Win32 |
x86 .NET 4 or 4.5 |
<installdir>\Bin\DotNet4\x64 |
x64 .NET 4 or 4.5 |
Assembly - Class/Namespace
|
Comments
|
Leadtools.SpecialEffects.DLL - Leadtools.SpecialEffectsProcessor
|
The Leadtools. SpecialEffectsProcessor namespace includes methods that give you precise control over a large variety of effects when you paint images, text, patterns, and shapes to a device context.
|
Dependencies
Library |
Description |
Dependencies |
Leadtools.SpecialEffects.dll |
Core Library |
Leadtools.dll
|
Leadtools.PaintEffects.dll | This package is unlisted and meant only for advanced users of LEADTOOLS. |
Sample Programs
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
Special Effects |
\Examples\SpecialEffects\DotNet\SpecialEffectsDemo\fx |
\Bin\DotNet4\<Win32/Win32/x64/x64>\SpecialEffectsDemo.exe |
Demonstrates the features of the LEADTOOLS Special Effects SDK. - Specify an effect that is applied when painting the image from a bitmap.
- Specify a pattern or gradient color transition between images.
- Control speed, granularity, multiple paint passes, transparent color, and wand usage when painting images or transitions.
- Specify a transparent color and paint a control with a transparent background.
|
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
WPF Transitions |
\Examples\SpecialEffects\DotNet\WPFTransitionsDemo\fx |
\Bin\DotNet4\<Win32/Win32/x64/x64>\WPFTransitionsDemo.exe |
Demonstrates the features of the LEADTOOLS WPF Transitions SDK. Specify a transition and options to be used when displaying the image. |
See Also
Reference
Introduction
Getting Started (Guide to Example Programs)
Programming with LEADTOOLS Special Effects Functions