Share My Creation 3D pager View - jkhazraji    Dec 8, 2025   (16 reactions) ();
canvas.save();
canvas.clipPath(path, Region.Op.XOR);
canvas.drawBitmap(bitmap, 0...
mBackShadowDrawable = mBackShadowDrawableRL;
}
canvas.save();
canvas.clipPath(mPath0);
canvas.clipPath(mPath1, Region.Op.INTERSECT);
canvas.drawBitmap(bitmap, 0, 0, null... rotateDegrees;
canvas.save();
canvas.clipPath(mPath0, Region.Op.XOR);
canvas... B4A Question Clip / Crop with bitmapcreator ? - TelKel81    Jan 20, 2020 Hi, is there a way to clip / crop with bitmapcreator ? Similar to canvas.ClipPath / canvas.RemoveClip. I would like to try using BitmapCreator instead of B4XCanvas, I'm trying to maximize performance gains.... Share My Creation [Web] SithasoIONIC Wireframes - A free tool for the b4x community - (Canva/Figma Alternative) - Mashiane    Sep 17, 2025   (11 reactions) Hi there b4x community family.
148690
FUNCTIONALITY
Ability to create different types of applica... B4A Question Is there a way to invert a clip path? - NeoTechni (first post)    Aug 27, 2016 The ABExtDrawing library lets you make circle paths for example but what is the native API call? I only know of Canvas.ClipPath and Canvas.RemoveClip... B4i Question Image Variants - Erel (first post)    Sep 11, 2016   (1 reaction) You can create round images with ImageView by setting the round corners. For other shapes you can use Canvas.ClipPath to limit the drawing to a specific shape and then draw a bitmap.... Share My Creation Easy cad dimensions - hookshy (first post)    Dec 15, 2018   (2 reactions) Waited long time to figure out how to erase objects drawn on table Here is some simple efficient way to clear the canvas How did I do it ? -save the picture copy when the user starts new project -clippath with canvas.clippath to a rectangle boundary -draw the saved copy of original to the current project will erase all drawings objects in that area. The video will be explain better the actions. bJiPMS-f5So... B4A Question Howto draw a simple polygon. - Erel (first post)    Aug 20, 2011 You should create a Path object with the points and then limit the drawing region to this path by calling Canvas.ClipPath: Basic4android Search: canvas.clippath... B4A Tutorial Android Charts Framework - Erel (first post)    Dec 31, 2013 It shouldn't be difficult to create such a chart based on the line chart code. You should create a Path object with the points and then call Canvas.ClipPath and fill it with Canvas.DrawColor.... B4A Question Coloring/painting/fill - Erel (first post)    Nov 5, 2012 You will need to first build a Path object with each section. Then you can use Canvas.ClipPath to limit the drawings to one section.... B4A Question Path functionality - Erel (first post)    Sep 27, 2011 The path object allows you to clip the drawing region to a custom shape. An example of drawing a diamond shape with gradient color is available here: Basic4android Search: canvas.clippath... Page: 1   2   3   4   5   6   7   |