/** Convert the bitmap to a meta file * *Thisworksbyputtingcontinuousareasofthesamecolorinto *polygonspaintedinthiscolor,bytracingthearea'sbounding *line. * *@paramrMetafile *Theresultingmetafile *
*/ class VCL_DLLPUBLIC Vectorizer
{ private: /** If not 0, minimal size of bound rects for individual polygons. Smaller ones are ignored. */
sal_uInt8 mnReduce = 0; /** A callback for showing the progress of the vectorization */
Link<tools::Long, void> const* mpProgress = nullptr;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.