rectangle examples
rectangle
- A Resizable Graphical Rectangle
- Plot Graphic Library
- Drawing Lines And Rectangles Using the Mouse
- Extended Graphics - An implementation of Rounded Rectangle in C
- Extended Graphics - Rounded rectangles, Font metrics and more for C# 3.0
- Using Trigonometry and Pythagoras to WaterMark an Image
- Office 2003 Line Control
- Drawing Round-Edged Rectangle Using VB.NET
- A thermometer control
- Pulse Button
- Design WinForms Controls using Photoshop
- A simple Compass
- CircleControl - A Circular Motion Control
- Perspective Projection of a Rectangle (Homography)
- Running this C# project - `Resource file "Properties\Resources.resx" cannot be found`
- How to highlight a given color in C#
- System Colors in GDI+
- ControlPaint.DrawReversibleFrame(Rectangle, Color, FrameStyle) Method
- Draw with Mouse
- A scrollable, zoomable, and scalable picture box
- Resizable, Moveable & Customizable Borderless Form
- Resizable, Moveable & Customizable Borderless Form
- Working With Absolute Positions in .NET Graphics
- OpenS-CAD, a simple 2D CAD application
- Equation Calculator with Graphing
An object associated with a pictureBox managing callback to manipulate the rectangle area.
In this article, you will see a library called PGL that encapsulates plot capabilities in a MFC project for VC6 and VC7. It can easily plot data generated in a project without the need of any external software.
Simple program utilizing the mouse to draw lines and rectangles.
An implementation of Rounded Rectangle in C# which could be used to create XP-like buttons and rounded border.
Adding missing functionality to the Graphics class with the use of Extension Methods in C# 3.0.
An article on a class to watermark images
A GroupBox-like single line similar to that found in Office 2003.
This code can be used to draw Round Edged Rectangles using VB.NET
Creating an analog-style thermometer
How to create a button that radiates pulses
Use your skills as a designer to create gorgeous control
How to draw a compass and feed it with NMEA device data (i.e. a GPS Compass)
A circular motion control
Short study of the perspective projection of a rectangle in space; homography opposed to bilinear transform
I just downloaded this project and I get the following error 1>------ Rebuild All started: Project: ChromeSample, Configuration: Debug x86 ------ 1>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2318,5): error MSB3552: Resource file "Properties\Resources.resx" cannot be found. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== I am using VS2012 - Windows 7 for building it. Any suggestions on how I could fix it. I havent used C# in a long time and need to see if this works immediately.
DrawReversibleDrame function
How could I highlight a given color in C#. The user selects an arbitrary color for the objects I'm displaying. When I select the objects I would like to highlight them.
The SystemColors class represents the Windows system colors; it provides 26 read-only properties, each of which returns a Color object. Table 5.1 lists the properties of the SystemColors class.
Draws a reversible frame on the screen within the specified bounds, with the specified background color, and in the specified state.
Good Demos
An article showing how to draw on screen
A scrollable, zoomable, and scalable picture box with context menu.
An article on customizable user forms
An article on customizable user forms
An absolute set of coordinates to simplify graphics in .NET.
A simple 2D CAD application.
Equation Calculator with Graphing
No comments:
Post a Comment