Method | Description | |
---|---|---|
CloseMarkup ( FormattedTextData zData, FormattedTextProcessData zProcessData, |
||
GetMarkup ( string sInput ) : |
||
GetMarkupType ( string sInput ) : |
||
PostProcessMarkupRectangle ( |
Second pass after rectangles are configured
|
|
ProcessMarkup ( |
Processes the markup to determine the markup stack information (font settings, rectangle sizes/settings)
|
|
Render ( ProjectLayoutElement zElement, Graphics zGraphics ) : bool |
Method | Description | |
---|---|---|
MarkupBase ( ) : System |
public CloseMarkup ( FormattedTextData zData, FormattedTextProcessData zProcessData, |
||
zData | FormattedTextData | |
zProcessData | FormattedTextProcessData | |
zGraphics | ||
return | void |
public static GetMarkup ( string sInput ) : |
||
sInput | string | |
return |
public static GetMarkupType ( string sInput ) : |
||
sInput | string | |
return |
public PostProcessMarkupRectangle ( |
||
zElement | ||
listAllMarkups | List |
|
nMarkup | int | |
return | bool |
public ProcessMarkup ( |
||
zElement | ||
zData | FormattedTextData | |
zProcessData | FormattedTextProcessData | |
zGraphics | ||
return | bool |
public Render ( ProjectLayoutElement zElement, Graphics zGraphics ) : bool | ||
zElement | ProjectLayoutElement | |
zGraphics | Graphics | |
return | bool |