C# Class MWFResourceEditor.ResourceBase

Inheritance: IResourceRenderer
Show file Open project: mono/winforms-tools

Protected Properties

Property Type Description
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

Public Methods

Method Description
DummyThumbnailCallback ( ) : bool
GetThumbNail ( Image image, int new_width, int new_height ) : Image

Protected Methods

Method Description
CreateNewRenderBitmap ( ) : Graphics
CreateRenderBitmap ( ) : void

Method Details

CreateNewRenderBitmap() protected method

protected CreateNewRenderBitmap ( ) : Graphics
return System.Drawing.Graphics

CreateRenderBitmap() protected abstract method

protected abstract CreateRenderBitmap ( ) : void
return void

DummyThumbnailCallback() public method

public DummyThumbnailCallback ( ) : bool
return bool

GetThumbNail() public method

public GetThumbNail ( Image image, int new_width, int new_height ) : Image
image Image
new_width int
new_height int
return Image

Property Details

all_data_for_rendering_available protected property

protected int all_data_for_rendering_available
return int

content_content_y_pos protected static property

protected static int content_content_y_pos
return int

content_name_y_pos protected static property

protected static int content_name_y_pos
return int

content_text_x_pos protected static property

protected static int content_text_x_pos
return int

content_type_y_pos protected static property

protected static int content_type_y_pos
return int

renderBitmap protected property

protected Bitmap,System.Drawing renderBitmap
return System.Drawing.Bitmap

renderBitmap_size protected static property

protected static Size,System.Drawing renderBitmap_size
return System.Drawing.Size

resource_name protected property

protected string resource_name
return string

smallFont protected static property

protected static Font,System.Drawing smallFont
return System.Drawing.Font

solidBrushAqua protected static property

protected static SolidBrush,System.Drawing solidBrushAqua
return System.Drawing.SolidBrush

solidBrushBlack protected static property

protected static SolidBrush,System.Drawing solidBrushBlack
return System.Drawing.SolidBrush

solidBrushTransparent protected static property

protected static SolidBrush,System.Drawing solidBrushTransparent
return System.Drawing.SolidBrush

solidBrushWhite protected static property

protected static SolidBrush,System.Drawing solidBrushWhite
return System.Drawing.SolidBrush

thumb_location protected static property

protected static Point thumb_location
return Point

thumb_size protected static property

protected static Size,System.Drawing thumb_size
return System.Drawing.Size