Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
Getting Started
See Also

Getting Started

For pointers to sample programs that demonstrate many features, see the table below:

Assembly – Class/Namespace

Comments

Help Files

Demos

Leadtools.
Windows.Media.Effects.DLL – Leadtools.Windows.Media.Effects

The Leadtools.Windows.Media.Effects namespace includes properties, methods and events for displaying and rendering images to any display device, including printers.

Leadtools.Windows.Media.Effects.hxs 

BitmapEffectsDemo
AnimateEffectDemo
PhotoGalleryDemo

Leadtools.
Windows.Media.Effects.DLL – Leadtools.Windows.Media.Effects.Color

The Leadtools.Windows.Media.Effects.Color namespace includes filters and transforms to process images. It includes methods to control brightness, hue, saturation, intensity, etc. Leadtools.Windows.Media.Effects.hxs

 

Leadtools.
Windows.Media.Effects.DLL – Leadtools.Windows.Media.Effects.Core

The Leadtools.Windows.Media.Effects.Color namespace includes filters and transforms to process images. It includes methods like multiscale enhancement and resize interpolation. Leadtools.Windows.Media.Effects.hxs

 

Leadtools.
Windows.Media.Effects.DLL – Leadtools.Windows.Media.Effects.Effects

The Leadtools.Windows.Media.Effects.Color namespace includes filters and transforms to process images. It includes methods to smooth, sharpen, detect edges, etc. Leadtools.Windows.Media.Effects.hxs

 

Leadtools.
Windows.Media.Effects.DLL – Leadtools.Windows.Media.Effects.SpecialEffects

The Leadtools.Windows.Media.Effects.Color namespace includes filters and transforms to process images. It includes methods for applying artistic effects like ripple, warp, tunnel, lens flare, colored pencil, etc. Leadtools.Windows.Media.Effects.hxs

 

 

Sample Programs

LEADTOOLS supports your programming endeavors with thousands of code snippets, function examples, tutorials, and demo programs. In addition, LEADTOOLS WPF Functionality is demonstrated with XAML-only examples.

Demo Programs

LEADTOOLS demo programs showcase LEADTOOLS core features, and demonstrate some of the simple, yet powerful applications that can be produced with LEADTOOLS. All LEADTOOLS demos come in C# and VB.NET versions.

Demo Executables

LEADTOOLS demo executables show and allow you to manipulate basic toolkit functionality through a simple user interface. Demo executables are found on the installation path in the appropriate platform subdirectory of the \BIN\ folder (for example: C:\Program Files\LEAD Technologies\LEADTOOLS EVAL 15\Bin\Dotnet\).

Demo Project Source Code

LEADTOOLS includes complete demo project source code for hundreds of LEADTOOLS features, (including those shown in demo executables). This enables you to see, manipulate, and copy demonstrated program functionality. Demo project source code is found on the installation path in the appropriate platform subdirectory of the \EXAMPLES\ folder (for example, C:\Program Files\LEAD Technologies\LEADTOOLS EVAL 15\Examples\Dotnet\).

For Example:

  • The BitmapSourceViewerDemo shows the functionality of the WPF Standard edition BitmapSourceViewer class. It allows you to load, display, scroll, zoom, magnify, and pan images, and demonstrates user interface tools.
  • The RasterImageViewerDemo shows the functionality of the LEADTOOLS SDK RasterImageViewer class. It allows you to load, display, scroll, zoom, magnify, pan and save images, and demonstrates user interface tools.
  • The ImageListDemo shows the functionality of the ImageList control. It allows you to display a collection of items using one of the ImageListViewStyle styles.
  • The BitmapEffectsDemo demonstrates all of the LEADTOOLS Bitmap Effect classes, allowing you to apply each of them to an image.
  • The AnimateEffectDemo shows how to animate a LEADTOOLS Bitmap Effect class.
  • The PhotoGalleryDemo combines the BitmapSourceViewer and BitmapEffects to create a PhotoGallery.
  • Specific demo project source code references for each LEADTOOLS.Windows.Media.Effects component and platform are listed in the Getting Started section, above.

For pointers to other sample programs that demonstrate many features, see the table below: 

Assembly – Class/Namespace

Comments

Help Files

Demos

Leadtools.<XXX>.DLL - Leadtools.<XXX>

Contains classes with properties, methods and events for <XXX>.

LEADTOOLS.HXS

Leadtools.Windows.Controls.hxs
Leadtools.Windows.Media.Effects.hxs
Leadtools.Wpf.Topics.hxs

\Examples\DotNet3\XAML\<XXXDemo>

\Examples\DotNet3\CS\<XXXDemo>

\Examples\DotNet3\VB\<XXXDemo>

Tutorial (Model) Programs

Tutorial programs are straightforward, stepwise models that show useful solutions to practical problems. You can use these as a starting point, cut and paste code, or simply review them for highlights on how to write code for a specific feature or problem. For a complete listing, click the Tutorials link under See Also - Programming References, below.

Examples and Code Snippets

The documentation for each LEADTOOLS function reference includes an Example at the bottom of each page, with additional code snippets as needed in the Comments section. Where appropriate, these are related back to the relevant Demo and Tutorial programs.

Documentation

LEADTOOLS is committed to fully documenting its products. Please feel free to contact us with any errors or omissions. The Send Comments link at the top of each page will automatically note which page you are viewing

Microsoft HTML Help 2.0

Microsoft HTML Help 2.0 (.hxs) files for the .NET and COM platform are installed with your product. Help files are found on the installation path in the \Help\Dotnet subdirectory (for example, C:\Program Files\LEAD Technologies\LEADTOOLS EVAL 15\Help\Dotnet). To obtain HTML Help 2.0 (.hxs) files for the API and C++ Class Library, contact Technical Support.

Microsoft HTML Help 1.0

Microsoft HTML Help 1.0 (.chm) files for the API and C++ Class Library platforms are installed with LEADTOOLS toolkit products. Help files are found on the installation path in the \Help\ subdirectory (for example, C:\Program Files\LEAD Technologies\LEADTOOLS EVAL 15\Help).

WebHelp

WebHelp that contains the most-current version of LEADTOOLS documentation is available online at:

Printable reference manuals

Printable reference manuals that contain the same information as online help can be downloaded from our website at:

For more information:

Specific help references for each LEADTOOLS Raster Imaging toolkit component and platform are listed under appropriate topical headings in the Getting Started tables, located in the LEADTOOLS Raster Imaging SDK Getting Started help file.

See Also