C# 클래스 ARCed.UI.DrawHelper

파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
CalculateGraphicsPathFromBitmap ( Bitmap bitmap ) : GraphicsPath
CalculateGraphicsPathFromBitmap ( Bitmap bitmap, Color colorTransparent ) : GraphicsPath
GetRoundedCornerTab ( GraphicsPath graphicsPath, Rectangle rect, bool upCorner ) : GraphicsPath
RtlTransform ( Control control, Point point ) : Point
RtlTransform ( Control control, Rectangle rectangle ) : Rectangle

메소드 상세

CalculateGraphicsPathFromBitmap() 공개 정적인 메소드

public static CalculateGraphicsPathFromBitmap ( Bitmap bitmap ) : GraphicsPath
bitmap System.Drawing.Bitmap
리턴 System.Drawing.Drawing2D.GraphicsPath

CalculateGraphicsPathFromBitmap() 공개 정적인 메소드

public static CalculateGraphicsPathFromBitmap ( Bitmap bitmap, Color colorTransparent ) : GraphicsPath
bitmap System.Drawing.Bitmap
colorTransparent System.Drawing.Color
리턴 System.Drawing.Drawing2D.GraphicsPath

GetRoundedCornerTab() 공개 정적인 메소드

public static GetRoundedCornerTab ( GraphicsPath graphicsPath, Rectangle rect, bool upCorner ) : GraphicsPath
graphicsPath System.Drawing.Drawing2D.GraphicsPath
rect System.Drawing.Rectangle
upCorner bool
리턴 System.Drawing.Drawing2D.GraphicsPath

RtlTransform() 공개 정적인 메소드

public static RtlTransform ( Control control, Point point ) : Point
control System.Windows.Forms.Control
point System.Drawing.Point
리턴 System.Drawing.Point

RtlTransform() 공개 정적인 메소드

public static RtlTransform ( Control control, Rectangle rectangle ) : Rectangle
control System.Windows.Forms.Control
rectangle System.Drawing.Rectangle
리턴 System.Drawing.Rectangle