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 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
multipage tif splitting problem in .net 2.008 Jun 2006 09:01 GMT3
I try to split multipage tif file to separate files using vb.net 2.0.
To accomplish this I use the following code
   Dim sourceBitmapFile As New Bitmap("multiPageTiffFile")
   Dim saveCodecInfo As ImageCodecInfo = GetEncoderInfo("image/tiff")
ColorMatrix and ImageAttributes08 Jun 2006 06:08 GMT1
I have created a program that displays different pictures on the form at the
same time.  When I have no ImageAttributes against the images, everything
runs perfect and smooth.  When I start adding ImageAttributes (greyscale,
negative, etc) the program starts to slow down and lag.
Draw using inverted colors08 Jun 2006 06:01 GMT2
I have a bitmap drawn on my form and I wish to draw an ellipse over it using
the bitmap colors inverted.  I used to do this using GetDC() and SetROP2().
Is there a way to do something similar using a Graphics object?
Regards
Fast 1 bit conversion07 Jun 2006 22:40 GMT2
I have implemented Bob Powell's method for 1 bit conversions and am wondering
if there is a faster way to do this?  I am finding that in .NET 2.0 using
this method, it is particularly slow.  Have there been any improvements in
the framework in 2.0 for dealing with images?  Are ...
superpose bitmaps07 Jun 2006 21:54 GMT3
Hi Newsgroup,
for a project at high school I need to superpose 12 grayscale bitmaps
into one Bitmap.
For each Point P(x,y) in the resulting bitmap the grayscale value should
Show method of Panel is very slow07 Jun 2006 19:10 GMT11
Hi all, I'm looking at trying to improve the performance of showing a
bunch of controls on a panel.
I have a class that extends Panel.  In that class, I do the following:
this.SuspendLayout();
Use of the MeasureString method05 Jun 2006 23:46 GMT1
Is it possible and to use the MeasureString method without the
PaintEventArgs object
Thank you,
Samuel
wrapper rectangle around a string05 Jun 2006 21:18 GMT4
i have a string thatt i draw in the visible surface of a control with a
specific font.Later i want to obtain the rectangle that wraps that string to
put a background color to the string. I have tried to do it with measure
string method but that method doesn´t give me the exact ...
How to determine if a BITMAP uses alpha transparency04 Jun 2006 11:28 GMT4
Given a Bitmap object, I need to test if it is using alpha
transparency.
Any idea on how to quickly detect that (possibly something smarter than
testing the pixels one by one) ?
Listing all GDI+ Brushes01 Jun 2006 21:30 GMT1
Is there a way to list/enumerate all GDI+ Brushes?
Thanks
Icon over bitmap01 Jun 2006 21:02 GMT7
I encounter a problem when painting a window in two programmatically
different applications that should display the same kind of picture.
The picture consists of a bitmap on whose top there appears an icon.
The problem is that in one app the picture is always stable, while in
Pages: 1 2 3 May, 2006
 
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.