LEADTOOLS Support
General
General Questions
How to apply custom Window Width center to MPRCell
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Saturday, May 11, 2013 4:04:26 AM(UTC)
Groups: Registered
Posts: 43
Hi, I am using LT 17 C#.net.
How to apply Custom window width and center values to MPRCell and 3Dcell in Main3DDemo?
I tried the following code but it do not worked
MedicalViewerMPRCell mprCell;
ApplyLinearVoiLookupTableCommand wincenter = new ApplyLinearVoiLookupTableCommand();
wincenter.Flags = VoiLookupTableCommandFlags.None;
wincenter.Width = 400;
wincenter.Center = 700;
foreach (Control cell in _viewer.Cells)
{
if (cell is MedicalViewerMPRCell)
{
mprCell = (MedicalViewerMPRCell)cell;
RasterImage a = mprCell.GetImage();
wincenter.Run(a);
}
}
#2
Posted
:
Sunday, May 12, 2013 5:04:38 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
Applying window leveling to MPR Cells is supported in the latest builds of our LEADTOOLS 17.x and 18 toolkits.
Please send an email to
support@leadtools.com from a valid address to obtain the latest build of your toolkit.
In this email, include your toolkit serial number (do NOT post it here).
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Monday, May 13, 2013 9:20:30 PM(UTC)
Groups: Registered
Posts: 43
We already have 17.5 license.
How to apply Custom Window Width center values
to MPRcell and 3Dcontrol using some method instead of mouse action(considering 17.5 version)?
Isn't it avaiable in 17.0 version?
Thanks in advance.
#4
Posted
:
Tuesday, May 14, 2013 12:23:07 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
You can do this using the MedicalViewerMPRCell.SetWindowLevel() method.
To obtain the latest build of your toolkit, please send your toolkit serial number to
support@leadtools.com from a valid address.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#5
Posted
:
Tuesday, May 14, 2013 11:37:31 PM(UTC)
Groups: Registered
Posts: 43
Is this method available in 17.5 or 17.0?
#6
Posted
:
Wednesday, May 15, 2013 4:47:18 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
It is available only in v17.5 and above.
However, it might be also available to some users of v17.0 if their license allows free upgrade to 17.5. That's why I asked you to send us your toolkit serial number so that I can verify with our sales team what your license includes.
Thanks,
Maen Badwan
LEADTOOLS Technical Support
LEADTOOLS Support
General
General Questions
How to apply custom Window Width center to MPRCell
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.