C# 클래스 SIL.FieldWorks.SharpViews.ImageBox

상속: LeafBox
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ImageBox() 공개 메소드

public ImageBox ( AssembledStyles styles, Image image ) : System
styles AssembledStyles
image Image
리턴 System

Layout() 공개 메소드

public Layout ( LayoutInfo transform ) : void
transform LayoutInfo
리턴 void

PaintBackground() 공개 메소드

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
리턴 void