This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Sunday, January 25, 2009 8:17:29 PM(UTC)
Groups: Registered
Posts: 74
hello,
My application is a windows based application using c#.net 2008 and .net framework is 3.5 and also use leadtools version 16.In my application i want to dispaly images in dual mode.ie; In my application have one rasterimageviewer and a button ,name Dual, its for display images in dual mode.when i clicking the buttton Dual ,the rasterimagviewer is divided into two parts and each part shows the same image but the foreground color is different.can i display the dual view?
regards
ssskkk
#2
Posted
:
Monday, January 26, 2009 6:04:10 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
You cannot split a RasterImageViewer into two parts, each with its own image. You can instead create a new RasterImageViewer and copy the image to the viewer by calling RasterImageviewer2.Image = RasterImageviewer1.Image.Clone()
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.