namespace cppcanvas
{ /** The BaseGfxFactory creates Canvas objects for various basegfx primitives,suchaspolygonsandbitmaps(notyet implemented).
PleasenotethattheobjectscreatedforaspecificCanvascan onlybedrawnonexactlythatcanvas.Youhavetoregenerate themfordifferentcanvases.
*/ class CPPCANVAS_DLLPUBLIC BaseGfxFactory
{ public: /** Create a polygon from a ::basegfx::B2DPolygon
/** Create an uninitialized bitmap with the given size
*/ static BitmapSharedPtr createBitmap( const CanvasSharedPtr&, const ::basegfx::B2ISize& rSize );
/** Create an uninitialized alpha bitmap with the given size
*/ static BitmapSharedPtr createAlphaBitmap( const CanvasSharedPtr&, const ::basegfx::B2ISize& rSize );
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.