Method | Description | |
---|---|---|
ComputeBoundingBox ( bool rightToLeft, bool sideways ) : |
||
Draw ( System.Windows.Media.DrawingContext drawingContext, Point origin, bool rightToLeft, bool sideways ) : void | ||
Format ( double remainingParagraphWidth ) : System.Windows.Media.TextFormatting.TextEmbeddedObjectMetrics | ||
SpecialCharacterTextRun ( ICSharpCode.AvalonEdit.Rendering.FormattedTextElement element, System.Windows.Media.TextFormatting.TextRunProperties properties ) : System |
public ComputeBoundingBox ( bool rightToLeft, bool sideways ) : |
||
rightToLeft | bool | |
sideways | bool | |
return |
public Draw ( System.Windows.Media.DrawingContext drawingContext, Point origin, bool rightToLeft, bool sideways ) : void | ||
drawingContext | System.Windows.Media.DrawingContext | |
origin | Point | |
rightToLeft | bool | |
sideways | bool | |
return | void |
public Format ( double remainingParagraphWidth ) : System.Windows.Media.TextFormatting.TextEmbeddedObjectMetrics | ||
remainingParagraphWidth | double | |
return | System.Windows.Media.TextFormatting.TextEmbeddedObjectMetrics |
public SpecialCharacterTextRun ( ICSharpCode.AvalonEdit.Rendering.FormattedTextElement element, System.Windows.Media.TextFormatting.TextRunProperties properties ) : System | ||
element | ICSharpCode.AvalonEdit.Rendering.FormattedTextElement | |
properties | System.Windows.Media.TextFormatting.TextRunProperties | |
return | System |