C# Class CardMaker.Card.FormattedText.Markup.BackgroundImageMarkup

Inheritance: MarkupValueBase
Afficher le fichier Open project: nhmkdev/cardmaker

Méthodes publiques

Méthode Description
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

Method Details

BackgroundImageMarkup() public méthode

public BackgroundImageMarkup ( string sVariable ) : System.Collections.Generic
sVariable string
Résultat System.Collections.Generic

PostProcessMarkupRectangle() public méthode

public PostProcessMarkupRectangle ( ProjectLayoutElement zElement, List listAllMarkups, int nMarkup ) : bool
zElement CardMaker.XML.ProjectLayoutElement
listAllMarkups List
nMarkup int
Résultat bool

ProcessMarkup() public méthode

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
Résultat bool

Render() public méthode

public Render ( ProjectLayoutElement zElement, Graphics zGraphics ) : bool
zElement CardMaker.XML.ProjectLayoutElement
zGraphics System.Drawing.Graphics
Résultat bool