Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Noufal123  
#1 Posted : Monday, September 20, 2010 4:36:00 PM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
Joined: 3/29/2010(UTC)
Posts: 81

Thanks: 10 times
Hello........ Can i get angle and Position ( angle and x,y cordinates ) of object in multilayerImage editor? when enter angle , i wana to rotate object to the given angle... is it possible?

Edited by user Monday, September 20, 2010 5:40:03 PM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#2 Posted : Tuesday, September 21, 2010 3:16:11 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

I just implemented a simple application. It allows adding RectangleVObject setting values of angle, x[i] and [i]y coordinates of left-top corner before. I used Transform to configure all these v-object transformation
I attached zip achieve with sample for you reference.

Please feel free to let me know, if you have other questions or problems.

Edited by user Tuesday, September 21, 2010 3:16:53 PM(UTC)  | Reason: Not specified

File Attachment(s):
TransformationMatrixSample.zip (2,011kb) downloaded 13 time(s).
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Noufal123  
#3 Posted : Wednesday, September 29, 2010 12:00:05 PM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
Joined: 3/29/2010(UTC)
Posts: 81

Thanks: 10 times
In multilayerviewer "bestfit,fit to width, fit to height" properties are not working.. how can i do this?
Dmitry.Obukhov  
#4 Posted : Thursday, September 30, 2010 12:48:07 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

To use this properties for multilayer viewer please follow the steps below:
  1. click on multilayer viewer while Design conditions;
  2. find ZoomMode property in the property list of multilayer viewer;
  3. choose appropriate mode.
Alternatively, you can set the value of ZoomMode property this way:
Code:

multiLayerViewer1.ZoomMode = Aurigma.GraphicsMill.WinControls.ZoomMode.BestFit;

Please let me know if you have any additional questions.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Noufal123  
#5 Posted : Thursday, September 30, 2010 6:58:59 PM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
Joined: 3/29/2010(UTC)
Posts: 81

Thanks: 10 times
Thanx.... I have given the same as your sample codes "Multilayer Image Editor Demo" ,But its not working...(in the sample also) ...

Edited by user Thursday, September 30, 2010 7:01:19 PM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#6 Posted : Thursday, September 30, 2010 7:36:39 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

Please update your version of Graphics Mill to the last one, which is available on our site and let me know about the results.

It seems I do not understand a bit what do you mean by
Quote:
"bestfit,fit to width, fit to height" properties are not working

Please explain it details.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Noufal123  
#7 Posted : Sunday, October 3, 2010 7:44:12 PM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
Joined: 3/29/2010(UTC)
Posts: 81

Thanks: 10 times
Hello.......... please give me one sample application for this...(FitTowidth,BestFit and FitToHeight..).. I have seen your sample codes to set rotation angle for an object in multilayerviewer..Actually, i need the angle of rotation of object from its starting position..... pls help me with sample codes...

Edited by user Sunday, October 3, 2010 9:26:49 PM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#8 Posted : Monday, October 4, 2010 5:03:46 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

I created sample which allows adding rectangle vector objects and rotating them from their center point. I attached this sample for your reference. Please download it.

Please let me know if you have any additional questions.

Edited by user Monday, October 4, 2010 5:05:08 PM(UTC)  | Reason: Not specified

File Attachment(s):
TransformationMatrixEditedSample.zip (2,153kb) downloaded 3 time(s).
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Noufal123  
#9 Posted : Monday, October 4, 2010 5:39:34 PM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
Joined: 3/29/2010(UTC)
Posts: 81

Thanks: 10 times
Thanx.... Please give me sample application for multilayerImageEditor "Best fit, Fit to width ,fit to height" zoom functionalities...

Edited by user Monday, October 4, 2010 5:44:12 PM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#10 Posted : Tuesday, October 5, 2010 11:04:36 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

You said:
Quote:
"bestfit,fit to width, fit to height" properties are not working

Could you explain please what do you mean by it?
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Noufal123  
#11 Posted : Tuesday, October 5, 2010 1:06:59 PM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
Joined: 3/29/2010(UTC)
Posts: 81

Thanks: 10 times
I have done one application..in this i have set zommode=none , and zoom =1 in the property of viewer, and in the buttons click event, I have added the codes
" multiLayerViewer1.ZoomMode = Aurigma.GraphicsMill.WinControls.ZoomMode.BestFit",
" multiLayerViewer1.ZoomMode = Aurigma.GraphicsMill.WinControls.ZoomMode.FitToHeight"
"multiLayerViewer1.ZoomMode = Aurigma.GraphicsMill.WinControls.ZoomMode.FitToWidth" . all this events are remain the same when i worked with this...

Edited by user Tuesday, October 5, 2010 1:09:12 PM(UTC)  | Reason: Not specified

File Attachment(s):
MultilayerSample.rar (25kb) downloaded 4 time(s).
Dmitry.Obukhov  
#12 Posted : Thursday, October 7, 2010 6:52:18 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

I tried your sample. It worked okay. Please read [url=http://www.aurigma.com/docs/gm/P_Aurigma_GraphicsMill_WinControls_ViewerBase_ZoomMode.htm[/url] about Zoom Mode Enumeration.
Could you explain how you want it should work please?

Edited by user Thursday, February 24, 2011 9:57:06 PM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
koreanfashion  
#13 Posted : Monday, November 8, 2010 6:40:05 PM(UTC)
koreanfashion

Rank: Newbie

Groups: Member
Joined: 11/8/2010(UTC)
Posts: 3

just agree with you! thank you! you did a nice work!
http://www.koreanjapanclothing.com
wholesale fashion clothing
Users browsing this topic
Forum Jump  
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.