VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Complex Mask Selections v 1.0

Meltdown Charlie  (6 Submissions)   Graphics   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

How to create and manage complex mask selections in a graphics app written in vb. You can select your mask with rectangle, ellipse, polygon, paint brush and wand tools and build it up progressively. Each tool can be used in either additive or subtractive mode...

API Declarations
Shows how to use many of the region api's including :
- CombineRgn()
- GetRegionData()
- CreateRectRgn()
- CreateEllipticRgn()
- CreatePolygonRgn()
- FillRgn()
- ExtCreateRegion()
- FrameRgn()
Also shows how to use the brush apis to create two custom brushes for
a marching ants effect.
- CreateBrushIndirect()
- CreatePatternBrush()

Rate Complex Mask Selections v 1.0 (2(2 Vote))

Download Complex Mask Selections v 1.0

Complex Mask Selections v 1.0 Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters