C# 클래스 TileIconifier.Controls.Eyedropper.Util

파일 보기 프로젝트 열기: Jonno12345/TileIconifier

공개 메소드들

메소드 설명
Center ( RectangleF r ) : PointF
Draw2ColorBar ( Graphics dc, RectangleF r, Orientation orientation, Color c1, Color c2 ) : void
Draw3ColorBar ( Graphics dc, RectangleF r, Orientation orientation, Color c1, Color c2, Color c3 ) : void
DrawFrame ( Graphics dc, RectangleF r, float cornerRadius, Color color ) : void
Point ( PointF pf ) : Point
Rect ( RectangleF rf ) : Rectangle
Rect ( Rectangle r ) : RectangleF

메소드 상세

Center() 공개 정적인 메소드

public static Center ( RectangleF r ) : PointF
r System.Drawing.RectangleF
리턴 System.Drawing.PointF

Draw2ColorBar() 공개 정적인 메소드

public static Draw2ColorBar ( Graphics dc, RectangleF r, Orientation orientation, Color c1, Color c2 ) : void
dc System.Drawing.Graphics
r System.Drawing.RectangleF
orientation Orientation
c1 Color
c2 Color
리턴 void

Draw3ColorBar() 공개 정적인 메소드

public static Draw3ColorBar ( Graphics dc, RectangleF r, Orientation orientation, Color c1, Color c2, Color c3 ) : void
dc System.Drawing.Graphics
r System.Drawing.RectangleF
orientation Orientation
c1 Color
c2 Color
c3 Color
리턴 void

DrawFrame() 공개 정적인 메소드

public static DrawFrame ( Graphics dc, RectangleF r, float cornerRadius, Color color ) : void
dc System.Drawing.Graphics
r System.Drawing.RectangleF
cornerRadius float
color Color
리턴 void

Point() 공개 정적인 메소드

public static Point ( PointF pf ) : Point
pf System.Drawing.PointF
리턴 Point

Rect() 공개 정적인 메소드

public static Rect ( RectangleF rf ) : Rectangle
rf System.Drawing.RectangleF
리턴 System.Drawing.Rectangle

Rect() 공개 정적인 메소드

public static Rect ( Rectangle r ) : RectangleF
r System.Drawing.Rectangle
리턴 System.Drawing.RectangleF