I\'m trying to do a mask on a circle shape in ActionScript 3 (I\'m using the Flex AIR framework). It has to do with the ecological footprint, each circle representing one earth.
I was trying to apply a spotlight effect on a google map application. Specifically, I 开发者_StackOverflow中文版draw a circle that follows the mouse and set it as a mask over the map. The problem is o
I have two masks that I would like to merge together, overwriting mask1 with mask2 unless mask2 has a zero. The masks are not binary, they 开发者_开发知识库are some value that is user defined in the r
I need a WPF Textbox that displays a phone number as \"(555) 555-5555\" but has a value of \"5555555555\".
Hi Everyone (this is my first post), I am trying to figure a way of cropping a polygon out of an image. I have been reading other similar code. It seems that most code is based around the following p
How to get a permission mask in Sharepoint 2007开发者_高级运维?SPWeb web_current = SPControl.GetContextWeb(Context);
I need to mask a whole animation that takes place in a UIImageView. I tried subclassing the UIImageView and doing the masking in its drawRect call but that doesn\'t get called on every frame of the an