C# Class newtelligence.DasBlog.Web.Core.WebControls.DrawingHelpers

显示文件 Open project: AArnott/dasblog Class Usage Examples

Public Methods

Method Description
CreateShadowImage ( ShadowImageType imageType, int Width, int Height, Color ShadowColor, Color BackColor, ImageFormat Format ) : byte[]

Private Methods

Method Description
DrawingHelpers ( ) : System

Method Details

CreateShadowImage() public static method

public static CreateShadowImage ( ShadowImageType imageType, int Width, int Height, Color ShadowColor, Color BackColor, ImageFormat Format ) : byte[]
imageType ShadowImageType
Width int
Height int
ShadowColor Color
BackColor Color
Format System.Drawing.Imaging.ImageFormat
return byte[]