Namespace: Consultingwerk.Windows.Framework
Interface 
IImageProvider Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.Windows.Framework.ImageProvider

File:IImageProvider
Purpose:Interface for classes that can serve images to visual
Controls and may serve as an Image List / Cache
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Jan 07 21:30:45 CET 2013
Purpose: Returns the Image object for the specified key
Notes: Should return ? when the image cound not be loaded, not throw an
error



Top Method Summary
Options Name Purpose
+ System.Drawing.Bitmap ImageForKey (character) Returns the Image object for the specified key


Method Detail
Top

PUBLIC System.Drawing.Bitmap ImageForKey (character)

Purpose: Returns the Image object for the specified key
Notes: Should return ? when the image cound not be loaded, not throw an
error

Parameters:
pcKey CHARACTER
The key to return the Image for
Returns System.Drawing.Bitmap
The Image object for the specified key or ?


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:19:26