C# Class MWFResourceEditor.ResourceBase

Inheritance: IResourceRenderer
Afficher le fichier Open project: mono/winforms-tools

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
DummyThumbnailCallback ( ) : bool
GetThumbNail ( Image image, int new_width, int new_height ) : Image

Méthodes protégées

Méthode Description
CreateNewRenderBitmap ( ) : Graphics
CreateRenderBitmap ( ) : void

Method Details

CreateNewRenderBitmap() protected méthode

protected CreateNewRenderBitmap ( ) : Graphics
Résultat System.Drawing.Graphics

CreateRenderBitmap() protected abstract méthode

protected abstract CreateRenderBitmap ( ) : void
Résultat void

DummyThumbnailCallback() public méthode

public DummyThumbnailCallback ( ) : bool
Résultat bool

GetThumbNail() public méthode

public GetThumbNail ( Image image, int new_width, int new_height ) : Image
image Image
new_width int
new_height int
Résultat Image

Property Details

all_data_for_rendering_available protected_oe property

protected int all_data_for_rendering_available
Résultat int

content_content_y_pos protected_oe static_oe property

protected static int content_content_y_pos
Résultat int

content_name_y_pos protected_oe static_oe property

protected static int content_name_y_pos
Résultat int

content_text_x_pos protected_oe static_oe property

protected static int content_text_x_pos
Résultat int

content_type_y_pos protected_oe static_oe property

protected static int content_type_y_pos
Résultat int

renderBitmap protected_oe property

protected Bitmap,System.Drawing renderBitmap
Résultat System.Drawing.Bitmap

renderBitmap_size protected_oe static_oe property

protected static Size,System.Drawing renderBitmap_size
Résultat System.Drawing.Size

resource_name protected_oe property

protected string resource_name
Résultat string

smallFont protected_oe static_oe property

protected static Font,System.Drawing smallFont
Résultat System.Drawing.Font

solidBrushAqua protected_oe static_oe property

protected static SolidBrush,System.Drawing solidBrushAqua
Résultat System.Drawing.SolidBrush

solidBrushBlack protected_oe static_oe property

protected static SolidBrush,System.Drawing solidBrushBlack
Résultat System.Drawing.SolidBrush

solidBrushTransparent protected_oe static_oe property

protected static SolidBrush,System.Drawing solidBrushTransparent
Résultat System.Drawing.SolidBrush

solidBrushWhite protected_oe static_oe property

protected static SolidBrush,System.Drawing solidBrushWhite
Résultat System.Drawing.SolidBrush

thumb_location protected_oe static_oe property

protected static Point thumb_location
Résultat Point

thumb_size protected_oe static_oe property

protected static Size,System.Drawing thumb_size
Résultat System.Drawing.Size