[ whitefrost.com | Account Manager 4 Product Page ]

Core.Util.UI.UIUtil Class Reference

Summary description for UIUtil. More...

List of all members.

Public Member Functions

 UIUtil ()

Static Public Member Functions

static Boolean Confirm (String question)
static Boolean Confirm (String question, String title)
static byte[] GetJPEGBytes (Image image)
static byte[] ResizeImageBytes (byte[] bits, int width, int height)
static Image GetImageFromBytes (byte[] bits, int max_width, int max_height, bool grow)
static Image ScaleImage (Bitmap bit, int max_width, int max_height, bool grow)


Detailed Description

Summary description for UIUtil.


Constructor & Destructor Documentation

Core.Util.UI.UIUtil.UIUtil (  ) 


Member Function Documentation

static Boolean Core.Util.UI.UIUtil.Confirm ( String  question  )  [static]

static Boolean Core.Util.UI.UIUtil.Confirm ( String  question,
String  title 
) [static]

static byte [] Core.Util.UI.UIUtil.GetJPEGBytes ( Image  image  )  [static]

static byte [] Core.Util.UI.UIUtil.ResizeImageBytes ( byte[]  bits,
int  width,
int  height 
) [static]

static Image Core.Util.UI.UIUtil.GetImageFromBytes ( byte[]  bits,
int  max_width,
int  max_height,
bool  grow 
) [static]

static Image Core.Util.UI.UIUtil.ScaleImage ( Bitmap  bit,
int  max_width,
int  max_height,
bool  grow 
) [static]


The documentation for this class was generated from the following file:
Stephen W. Cote, 2009, whitefrost.com