Utils
TheArtOfDev.HtmlRenderer.WPF.Utilities
Utilities for converting WPF entities to HtmlRenderer core entities.
Methoden
ConvertRound(RPoint) : Rect
Convert from core point to WPF point.
ConvertRound(RSize) : Rect
Convert from core point to WPF point.
ConvertRound(RRect) : Rect
Convert from core rectangle to WPF rectangle.
GetBitmapEncoder(string) : BitmapEncoder
Get encoder to be used for encoding bitmap frame by given file extension. Default is PNG encoder.
- ext
- the file extension to select encoder by
Rückgabe: encoder instance