C# 클래스 Longkong.WinFormsUI.DrawHelper

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

공개 메소드들

메소드 설명
CreateDragOutline ( Rectangle rect, int indent ) : Region
DrawDragOutline ( Region region ) : void

비공개 메소드들

메소드 설명
CreateRectangleDragOutline ( Rectangle rect, int indent ) : Region
GetHalfToneBrush ( ) : IntPtr

메소드 상세

CreateDragOutline() 공개 정적인 메소드

public static CreateDragOutline ( Rectangle rect, int indent ) : Region
rect System.Drawing.Rectangle
indent int
리턴 System.Drawing.Region

DrawDragOutline() 공개 정적인 메소드

public static DrawDragOutline ( Region region ) : void
region System.Drawing.Region
리턴 void