C# 클래스 newtelligence.DasBlog.Web.Core.WebControls.DrawingHelpers

파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

공개 메소드들

메소드 설명
CreateShadowImage ( ShadowImageType imageType, int Width, int Height, Color ShadowColor, Color BackColor, ImageFormat Format ) : byte[]

비공개 메소드들

메소드 설명
DrawingHelpers ( ) : System

메소드 상세

CreateShadowImage() 공개 정적인 메소드

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
리턴 byte[]