Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~3K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for Nivass

Are you wanting to get the 'new' position of the pixel you zoomed in on or are you wanting to get the new pixel at the zoomed in position? If you're wanting to do the second one, could you not create a variable that holds the x and y of …

Member Avatar for Nivass
0
2K
Member Avatar for punnoosepj
Member Avatar for Resnymph
0
94
Member Avatar for ITStrawberry

You'll want to use the Graphics Class: [url]http://msdn.microsoft.com/en-us/library/system.drawing.graphics.aspx[/url] Essentially create a new bitmap and use the Graphics Class to "Draw Image" (I think that's the correct function name) the size from your source to your target image.

Member Avatar for farooqaaa
0
107
Member Avatar for Resnymph

Hello, I have created an application that passes a Handle of a panel to a DLL which is then used for creating a DirectX or OpenGL render window, all of which works fine. I wish to duplicate what is rendered in the panel elsewhere (basically multiple render windows all rendering …

Member Avatar for Resnymph
0
156
Member Avatar for Resnymph

Hello, I am trying to write a GUI in Visual C# which controls a C++ DLL, specifically getting hold of C++ objects and editing them via the C# propertygrid controls. - The first part of the question is 'is this actually possible'? I know I can use wrapper functions to …

0
238

The End.