C# 클래스 MWFResourceEditor.ResourceBase

상속: IResourceRenderer
파일 보기 프로젝트 열기: mono/winforms-tools

보호된 프로퍼티들

프로퍼티 타입 설명
all_data_for_rendering_available int
content_content_y_pos int
content_name_y_pos int
content_text_x_pos int
content_type_y_pos int
renderBitmap System.Drawing.Bitmap
renderBitmap_size System.Drawing.Size
resource_name string
smallFont System.Drawing.Font
solidBrushAqua System.Drawing.SolidBrush
solidBrushBlack System.Drawing.SolidBrush
solidBrushTransparent System.Drawing.SolidBrush
solidBrushWhite System.Drawing.SolidBrush
thumb_location Point
thumb_size System.Drawing.Size

공개 메소드들

메소드 설명
DummyThumbnailCallback ( ) : bool
GetThumbNail ( Image image, int new_width, int new_height ) : Image

보호된 메소드들

메소드 설명
CreateNewRenderBitmap ( ) : Graphics
CreateRenderBitmap ( ) : void

메소드 상세

CreateNewRenderBitmap() 보호된 메소드

protected CreateNewRenderBitmap ( ) : Graphics
리턴 System.Drawing.Graphics

CreateRenderBitmap() 보호된 추상적인 메소드

protected abstract CreateRenderBitmap ( ) : void
리턴 void

DummyThumbnailCallback() 공개 메소드

public DummyThumbnailCallback ( ) : bool
리턴 bool

GetThumbNail() 공개 메소드

public GetThumbNail ( Image image, int new_width, int new_height ) : Image
image Image
new_width int
new_height int
리턴 Image

프로퍼티 상세

all_data_for_rendering_available 보호되어 있는 프로퍼티

protected int all_data_for_rendering_available
리턴 int

content_content_y_pos 보호되어 있는 정적으로 프로퍼티

protected static int content_content_y_pos
리턴 int

content_name_y_pos 보호되어 있는 정적으로 프로퍼티

protected static int content_name_y_pos
리턴 int

content_text_x_pos 보호되어 있는 정적으로 프로퍼티

protected static int content_text_x_pos
리턴 int

content_type_y_pos 보호되어 있는 정적으로 프로퍼티

protected static int content_type_y_pos
리턴 int

renderBitmap 보호되어 있는 프로퍼티

protected Bitmap,System.Drawing renderBitmap
리턴 System.Drawing.Bitmap

renderBitmap_size 보호되어 있는 정적으로 프로퍼티

protected static Size,System.Drawing renderBitmap_size
리턴 System.Drawing.Size

resource_name 보호되어 있는 프로퍼티

protected string resource_name
리턴 string

smallFont 보호되어 있는 정적으로 프로퍼티

protected static Font,System.Drawing smallFont
리턴 System.Drawing.Font

solidBrushAqua 보호되어 있는 정적으로 프로퍼티

protected static SolidBrush,System.Drawing solidBrushAqua
리턴 System.Drawing.SolidBrush

solidBrushBlack 보호되어 있는 정적으로 프로퍼티

protected static SolidBrush,System.Drawing solidBrushBlack
리턴 System.Drawing.SolidBrush

solidBrushTransparent 보호되어 있는 정적으로 프로퍼티

protected static SolidBrush,System.Drawing solidBrushTransparent
리턴 System.Drawing.SolidBrush

solidBrushWhite 보호되어 있는 정적으로 프로퍼티

protected static SolidBrush,System.Drawing solidBrushWhite
리턴 System.Drawing.SolidBrush

thumb_location 보호되어 있는 정적으로 프로퍼티

protected static Point thumb_location
리턴 Point

thumb_size 보호되어 있는 정적으로 프로퍼티

protected static Size,System.Drawing thumb_size
리턴 System.Drawing.Size