Questions related to drawing or defining shapes.

learn more… | top users | synonyms

0
votes
2answers
14 views

VBA Powerpoint Grouping Array?

I'm very new to vba coding so bear with me. I want to create a code that will resize a selected image, position it accordingly, create 2 text boxes beneath it, and finally group the image and 2 text ...
0
votes
1answer
13 views

Drawing ellipse in silverlight - incorrect placement

I've got this function that just draws an ellipse and places it on the given grid public void drawEllipse(double top, double left, double height, double width, Grid grid) { Ellipse ...
0
votes
1answer
6 views

Loss of data validation lists after deleting shape on the same sheet

I'm having sheet with data validation lists on it. I'm also inserting some shapes on it but after deleting any shape all my data validation lists are gone. Here is how I'm deleting shapes: If ...
1
vote
2answers
36 views

Creating strange form with only CSS

I've encounter a doubts of how to approach a project which im busy at this time. I need to create a header with a strange form. This project needs to be responsive in any modern device. I've checked ...
1
vote
1answer
34 views

Create a Unique ID for a Visio Shape use the Shape Sheet

I'm not new to Visio nor to programming but I am new to developing in Visio. I'm using 2007 and am creating my own custom shapes with Shape Data. I want to create a UniqueID for all my shapes in the ...
1
vote
1answer
36 views

Recognize basic shapes in binarized image using OpenCV

How can I recognize some basic (usually rotated) shapes: circle, "empty" circle, cross, empty triangle, using OpenCV? What's the most straightforward way? It would be nice if the user could ...
2
votes
2answers
30 views

Can i retrieve images and shapes from word file and display them in PictureBox control of C#?

I want to extract images and shapes from word file and display them in picturebox control of C#.Is it possible? and if its then how ? i am searching it for many days but didn't find any solution. So ...
0
votes
1answer
29 views

Why are these shapes the wrong color?

So I'm writing up a processing sketch to test a randomized terrain generator for a scorched earth clone I'm working on. It seems to work as intended but with one minor problem. In the code I ...
2
votes
3answers
150 views

Creating unusal CSS3 shape to replace image

I am making a game for which all the styling is in css3. The frame has buttons either side as you can see in the DEMO. But currently I have had to make images for the button wrappers as I could not ...
0
votes
0answers
18 views

How to get shapes spatially placed within a circle or rectangle in WPF?

I have some shapes drawn on a canvas. I want to fetch some of the shapes by placing a circle/rectangle. One way is to check each shapes for intersection with the circle/rectangle. But in this case it ...
1
vote
0answers
6 views

How to stop a shape in a slide from being edited or deleted?

I am new to vba and trying to create something like an onClickEvent in PowerPoint. I want to stop the editing and deleting of a shape named “xyz” which has the tags for the slide. I was ...
0
votes
0answers
62 views

Adding shapes at different pages of a MS Word Document in C#

I am currently working on a .NET- Application in Visual Studio 2010. I want to create a MS Word 2010-file using C#. I have already created a new document and inserted some paragraphs. Now I want to ...
2
votes
1answer
33 views

WPF mutliselection of shapes unsing drag rectangle

I would like to implement multiple selection of shapes using a drag rectangle. I've many shapes on a canvas like that : Thoses shapes are bound to corresponding models (MVVM). My selection rectangle ...
0
votes
0answers
17 views

hovering / mouse over text for shapes in slides to display in the normal view [closed]

Is it possible to create hovering text for shapes in slides to display in the normal view. I know its possible in Slide Show but is it possible in normal view to give more information on filling up ...
0
votes
0answers
56 views

Describe a polygon using pairs of points in a file [closed]

Please provide an algorithm for the below: The shape of a closed polygon is described within a file , by giving its sides' coordinates. The order of the sides in the file is not guaranteed. For ...
0
votes
0answers
21 views

draw shapes continuously android

I'm a little new to animation in android. I thought I'd experiment with an app that draws a random shape at a random location. Right it now it works pretty good but I want to my app to continuously ...
-5
votes
2answers
90 views

Shapes & Best practice - CSS Tricks, Image or SVG? [closed]

What's would be the best practice to draw any Shapes ? From simple shapes, to complex ones. How to choose which solution would be the best. Draw a Shape with : Some css tricks (border, gradient, ...
0
votes
2answers
40 views

Can't Detect Mouseover on This KineticJS Shape?

I have a KineticJS shape that draws a bezier curve that is wider on one end. It draws correctly, but I can't yet detect a 'mouseover' event on it. I have created a small JSFiddle demo of the anomaly, ...
0
votes
0answers
20 views

Android - Shapes gesture

Is there any library or solution to recognize a shape gesture on Android? e.g, user use finger to draw some shapes on screen, How can I recognize them and convert to vertex shapes such as: rectangle, ...
0
votes
1answer
37 views

Adding a shape to class properties

I am working on a game which has a class Player, there are 3 subclasses of player. These are different types of players who have different methods and variables. Anyhow I want to give each player a ...
-2
votes
1answer
33 views

how to treat a shape as a graphics2D [closed]

I am doing a java project and I have a collection of shapes, i need to give a different color to every shape. For example in the collection I have squares and rectangles, Then I need to draw the ...
0
votes
0answers
43 views

creating a rectangle from 2 specific points

I am trying to create a rectangle in Java but only with awt package classes. I can only click 2 points and the program must calculate the width and height and make Rectangle between those exact two ...
3
votes
2answers
63 views

Efficient way to draw 3! ( 6 times) three shapes in C

I want to draw all the combinations (3! = 6) of 3 shapes , in one row : empty cell , X , or a rectangle . The current code : For empty cell : void drawEmptyCell() { ...
2
votes
2answers
85 views

Can colors and shape be changed on a combined line and point plot while maintaining one legend per graph?

Using the following data frame: day <- gl(8,1,48,labels=c("Mon","Tues","Wed","Thurs","Fri","Sat","Sun","Avg")) day <- factor(day, ...
0
votes
1answer
72 views

Plot Point in ZedGraph C#?

Well this is my question, I have a ZedGraph, now I want to put some points in the ZedGraph, I have my simple class Point wich it have, the X & Y values, fist I check this question, but not ...
-1
votes
2answers
73 views

How to print rectangle with exact size in c#?

I am new to Dot Net, I want to print a rectangle with 20mm width and 8mm height exactly if i measure with scale. I also want to print text exactly in the middle of rectangle.Can anyone suggest me how ...
0
votes
1answer
93 views

Define x,y of line (start/end) connector for two shapes KineticJS/HTML5

I'm working in a small project where I'll need create a resizable parent shape and a resizable child shape with a connection line. I did​​ in KinecticJS. But, I have a problem for calculate the x1, x2 ...
0
votes
1answer
37 views

How to get the coordinates of each pixel of custom uiimage?

Hi everyone I need to write the simple puzzle game and the main condition is that when the piece of puzzle is close to its destination when it is "released" it gets there exactly where it should be. ...
1
vote
1answer
104 views

Drawing outline of 2D shapes in OpenGL while changing the line thickness

So I'm trying to (what I think would be simply) draw the outline of a number of 2D shapes using OpenGL. It all seems to work until I try to change the line thickness of the outline using ...
1
vote
1answer
80 views

C#: State of a Checkbox in MS Excel

I am trying to acquire state of a checkbox existing in an XLS document via C#. Let me back up here. This is what I have: MS Office 2007 + Dev Tools and VC# 2010 Express Referenced MS Excel 12.0 ...
0
votes
1answer
54 views

Adding shapes to Canvas. How to bind to VM

Sorry that the title is a bit vague but I could'n come up with a better one. For arguments sake let's say I'm developing a simple drawing application, where the user just clicks and drags to draw a ...
0
votes
1answer
23 views

draw lines to connect two shapes

How to design such function that user can use mouse to draw a line to connect two shapes? I'm using this module in wxpython : wx.lib.ogl. The doc for theses methods are brief and no good demo that ...
0
votes
2answers
76 views

Java painter program drawing shapes

I have a problem in this java code. I want to make a painter program but whenever I choose a shape and draw it all the shapes that were drawn before become the same as this shape. Here's the code. I ...
0
votes
1answer
84 views

drawing shapes with mouse in java

I am working on a simple panting project that allow the user to select a shape from ComboBox then draw it on the panel. Problem is when user choose any type of shapes and try to draw it on panel no ...
0
votes
1answer
32 views

canvas draw rounded rectangle in reverse?

I apologise in advance for asking this, I was kindly provided with some code to draw a rounded corner rectangle progress bar which was great: http://jsfiddle.net/P2qTq/ I need to reverse the drawing ...
-8
votes
1answer
138 views

Drawing Hexagons shapes using CSS only [closed]

I have found examples of how to draw triangles and circles using just CSS3 (with no Javascript), but I did not find any sample of how to draw hexagons. Is it possible? Any idea? Thanks a lot.
0
votes
2answers
47 views

How to add resizing slider to rectangle shape in java?

Here is my rectangle shape code: if(rect){ gphcs.setColor(Color.BLUE); if(orangeshp) gphcs.setColor(Color.ORANGE); if(greenshp) gphcs.setColor(Color.GREEN); ...
1
vote
1answer
38 views

Filling pseudo 3D canvas shapes

Currently I'm playing around with pseudo 3D shapes in canvas 2d context. However, I stuck yet at filling the shape sides. Here's the drawing function I wrote: Shape.prototype.draw = function (ctx) ...
1
vote
1answer
153 views

Canvas rectangle with rounded corners as a progress bar?

I'm trying to make a progress bar in the form of a rounded rectangle drawn on canvas, this jsfiddle has the shape: http://jsfiddle.net/xT3ax/ this.beginPath(); this.moveTo(x + ...
1
vote
2answers
95 views

How to make star shape in Java?

I'm trying to make some shapes with java. I created two rectangles with two different colors but I want to create a star shape and I can't find useful source to help me doing this. Here is my code: ...
0
votes
0answers
191 views

How do I alter or replace the right-click menu for a shape in Excel?

I have seen a lot of "answers" to this question, but none of them seem to fit the bill. I know it's not easy, though. There is no shape click event in Excel. The "OnAction" does a good job of ...
0
votes
0answers
19 views

Edge detection then convert into a shape?

I was wondering if anyone knows of an algorithm to retrieve shapes from an edge detection filter. I basically want process an image and find all the shapes in the image then fill them with rectangles ...
0
votes
0answers
61 views

Drawing Shapes in OpenGL ES 1.0

I'm trying to draw shapes in opengl es 1.0 for Java android. I have no idea how to do it and there are so many tutorials for so many different versions of opengl on the web it's making my head spin. I ...
0
votes
1answer
72 views

Is there a way to refresh/update the hyperlink in a shape when the hyperlink is clicked?

I have shapes in a diagram that represent processes in a data flow; the shapes are hyperlinked to process definitions located in another tab based on the text in the shape and shape name (e.g. shape ...
1
vote
1answer
25 views

Shape with increasing width

I would like to create a shape, which starts with a certain width and then increases to the end. Currently I have this shape here: Generated by this document. How can I style the shape, that it ...
0
votes
0answers
53 views

<item> offset behavior not what I expected

I have this drawable XML file. The target is to draw two concentric frames, the outer being yellow and the inner being red. And I want it all done in XML, using shapes, not in code and not using ...
0
votes
3answers
190 views

Best/Easier way to add a shape/image to a Dynamics AX 2009 form?

I would like to add a few coloured square shapes to a form in order to display a legend. Since I haven't come across any way of adding coloured-in shapes, I've resorted to creating the shapes as ...
0
votes
1answer
126 views

Is there a way to call nonstandard shapes in VBA; using application.caller does not work

I want to assign a macro to shapes in my workbook where the macro assigns a relative hyperlink to the shape that called it. I tried using application.caller to get the name of the shape to assign the ...
0
votes
3answers
103 views

Draw 2D thick arc using polygon in OpenGL

I want to draw a thick Arc(something like colored segment of analog dial) using polygon. For that i have added vertices in polygon and its working fine for the outer circumference BUT its joining the ...
1
vote
1answer
93 views

vba: test if shape contains a textframe

I want to loop over all shapes in a chart in an excel file. This works in principle with Dim currChart As Chart Set currChart = Sheets("Diagramm 1") Dim sShapes As Shape For Each sShapes In ...

1 2 3 4 5 9