C# 클래스 CardMaker.Card.FormattedText.Markup.BackgroundImageMarkup

상속: MarkupValueBase
파일 보기 프로젝트 열기: nhmkdev/cardmaker

공개 메소드들

메소드 설명
BackgroundImageMarkup ( string sVariable ) : System.Collections.Generic
PostProcessMarkupRectangle ( ProjectLayoutElement zElement, List listAllMarkups, int nMarkup ) : bool
ProcessMarkup ( ProjectLayoutElement zElement, FormattedTextData zData, FormattedTextProcessData zProcessData, Graphics zGraphics ) : bool

Processes the image markup and if the image is valid associates it with the current process data.

Render ( ProjectLayoutElement zElement, Graphics zGraphics ) : bool

메소드 상세

BackgroundImageMarkup() 공개 메소드

public BackgroundImageMarkup ( string sVariable ) : System.Collections.Generic
sVariable string
리턴 System.Collections.Generic

PostProcessMarkupRectangle() 공개 메소드

public PostProcessMarkupRectangle ( ProjectLayoutElement zElement, List listAllMarkups, int nMarkup ) : bool
zElement CardMaker.XML.ProjectLayoutElement
listAllMarkups List
nMarkup int
리턴 bool

ProcessMarkup() 공개 메소드

Processes the image markup and if the image is valid associates it with the current process data.
public ProcessMarkup ( ProjectLayoutElement zElement, FormattedTextData zData, FormattedTextProcessData zProcessData, Graphics zGraphics ) : bool
zElement CardMaker.XML.ProjectLayoutElement
zData FormattedTextData
zProcessData FormattedTextProcessData
zGraphics System.Drawing.Graphics
리턴 bool

Render() 공개 메소드

public Render ( ProjectLayoutElement zElement, Graphics zGraphics ) : bool
zElement CardMaker.XML.ProjectLayoutElement
zGraphics System.Drawing.Graphics
리턴 bool