C# 클래스 ImageGlass.ImageListView.ImageListViewRenderers.DebugRenderer

Represents a renderer meant to be used for debugging purposes. Included in the debug build only.
상속: ImageListView.ImageListViewRenderer
파일 보기 프로젝트 열기: d2phap/ImageGlass

공개 메소드들

메소드 설명
DebugRenderer ( ) : System

Initializes a new instance of the DebugRenderer class.

DrawItem ( Graphics g, ImageGlass.ImageListView.ImageListViewItem item, ItemState state, Rectangle bounds ) : void

Draws the specified item on the given graphics.

DrawOverlay ( Graphics g, Rectangle bounds ) : void

Draws an overlay image over the client area.

메소드 상세

DebugRenderer() 공개 메소드

Initializes a new instance of the DebugRenderer class.
public DebugRenderer ( ) : System
리턴 System

DrawItem() 공개 메소드

Draws the specified item on the given graphics.
public DrawItem ( Graphics g, ImageGlass.ImageListView.ImageListViewItem item, ItemState state, Rectangle bounds ) : void
g System.Drawing.Graphics The System.Drawing.Graphics to draw on.
item ImageGlass.ImageListView.ImageListViewItem The ImageListViewItem to draw.
state ItemState The current view state of item.
bounds System.Drawing.Rectangle The bounding rectangle of item in client coordinates.
리턴 void

DrawOverlay() 공개 메소드

Draws an overlay image over the client area.
public DrawOverlay ( Graphics g, Rectangle bounds ) : void
g System.Drawing.Graphics The System.Drawing.Graphics to draw on.
bounds System.Drawing.Rectangle The bounding rectangle of the client area.
리턴 void