C# Class MWFResourceEditor.ResourceBase

Inheritance: IResourceRenderer
Datei anzeigen 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_oe property

protected int all_data_for_rendering_available
return int

content_content_y_pos protected_oe static_oe property

protected static int content_content_y_pos
return int

content_name_y_pos protected_oe static_oe property

protected static int content_name_y_pos
return int

content_text_x_pos protected_oe static_oe property

protected static int content_text_x_pos
return int

content_type_y_pos protected_oe static_oe property

protected static int content_type_y_pos
return int

renderBitmap protected_oe property

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

renderBitmap_size protected_oe static_oe property

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

resource_name protected_oe property

protected string resource_name
return string

smallFont protected_oe static_oe property

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

solidBrushAqua protected_oe static_oe property

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

solidBrushBlack protected_oe static_oe property

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

solidBrushTransparent protected_oe static_oe property

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

solidBrushWhite protected_oe static_oe property

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

thumb_location protected_oe static_oe property

protected static Point thumb_location
return Point

thumb_size protected_oe static_oe property

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