C# Class SIL.FieldWorks.SharpViews.ImageBox

Inheritance: LeafBox
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ImageBox ( AssembledStyles styles, Image image ) : System
Layout ( LayoutInfo transform ) : void
PaintBackground ( Common vg, PaintTransform ptrans ) : void

We paint images as "background" so that any adjacent text can overlap them slightly if necessary.

Method Details

ImageBox() public méthode

public ImageBox ( AssembledStyles styles, Image image ) : System
styles AssembledStyles
image Image
Résultat System

Layout() public méthode

public Layout ( LayoutInfo transform ) : void
transform LayoutInfo
Résultat void

PaintBackground() public méthode

We paint images as "background" so that any adjacent text can overlap them slightly if necessary.
public PaintBackground ( Common vg, PaintTransform ptrans ) : void
vg Common
ptrans PaintTransform
Résultat void