Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / Drawing / June 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Landscape Duplex is upside down25 Jun 2004 21:15 GMT2
I can't find the property in printdocument.defaultpagesettings to change the
binding edge.
My duplex works fine but the back side of the page is upside down.
PrintDoc.DefaultPageSettings.Landscape = True
Create region from image25 Jun 2004 18:08 GMT1
Is there a simple way to create a region from an image that has a
transparent background?
The only way I have come up with is looping through all pixels and adding
those that are not transparent.
manual drawpath25 Jun 2004 18:07 GMT3
I have a Calculated the path of a bitmap into the GraphicPaths object. I
want to manually draw this path in a plotter fashion without using the
drawpath object.  What is the best way of doing this...
Thanks,
Printed output is shifted to the right 1/4"25 Jun 2004 13:37 GMT2
I'm trying to print using the .NET PrintDocument control, but the output is
always shifted to the right by about 1/4 inch.  Does anyone have any idea
why this might be?  The output is the same on my HP OfficeJet 7130 and HP
LaserJet 4L.
Region.IsVisible woes24 Jun 2004 09:27 GMT2
I create a graphics path like so:
GraphicsPath affectedPath = new GraphicsPath();
affectedPath.AddLine(startPoint, endPoint);
And then add it to a region:
drawing mask24 Jun 2004 08:53 GMT1
I have an icon which I want to draw as a black mask on a white bitmap.
How can I do this?
Martin
Code generation for property failed23 Jun 2004 18:38 GMT1
I'm working on a component written with C#.  The component contains a
property of type Image and loads a default image from its resource when an
instance is created.
When I add the component to a Form, the property grid shows the default
Setting the Region causes continual repaint!23 Jun 2004 17:08 GMT5
I have an owner drawn control and am simply creating an elliptical label.  I
have the following in the constructor:
<code>
SetStyle(ControlStyles.SupportsTransparentBackColor
REPOST - Alpha blending and GDI+/GDI interop23 Jun 2004 10:18 GMT1
Sorry about the repost.  We are nearing release and would really like an
answer on this issue:
I have a managed library that contains some System.Drawing drawing code, but
parts of it depend on a Managed C++ library that provides a managed
Drawing image with the original size23 Jun 2004 01:54 GMT5
Sirs,
I have an image with 2160x1440 pixel and 230 dpi. When I print it using Graphics.DrawImage  I get one image of 901x601 pixels.
This is exactly the result of the folowing operation:
DisplayX = ImageX/ResolutionImageX*ResolutionDisplayX
Changing the look of an existing control23 Jun 2004 00:34 GMT1
I would like to change the look of an existing control (Group Box) and am
confusing myself as to how to do this.  All I want to do is take the
existing Group Box control and change its appearance.  All other
functionality I wish to remain the same.
GDI Font22 Jun 2004 21:08 GMT1
Im writing to find out if it is possible to read the following text written in Dax Italic using GDI function(s).
Text:
???????????? ????????????
I would appreciate any advice,
Graphics.MeasureString - varying results?22 Jun 2004 21:07 GMT2
I made a procedure which receives a Graphics parameter, and with that Graphics parameter, performs various things. The area of confusion here is that when I pass the procedure a Graphics object created by a Panel, and use the MeasureString() method, I get a different width than ...
Ways to improve GDI+ graphics layout?22 Jun 2004 19:45 GMT1
Would like to know how can I use SmoothingMode, PixelOffsetMode and
TextContrast to improve the outcome of the GDI+ graphics (or other settings
I don't know)?
Basically I just want the GDI+ graphics to look better without affecting the
Speeding up Bitmaps Loading22 Jun 2004 17:49 GMT2
I am trying to load a sequence of large bitmaps (720*486) and then loop thru
each pixel and convert its color space form RGB to YCbCr which is used in TV
broadcasting. I'm using VB.NET.  Unfortunately, the overall process came up
to be real slow specially when running this on 300 ...
Pages: 1 2 3 4 5 6 May, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.