Nevron Forum
Back
Login
Register
Login
Register
Home
»
Nevron Open Vision for NET
»
NOV UI for .NET
»
Apply geometry transformation to an element
Apply geometry transformation to an element
Post Reply
Apply geometry transformation to an element
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
Goto Topics Forum
Author
Message
Nevron Support
Nevron Support
posted 8 Years Ago
ANSWER
Post Details
Group: Administrators
Posts: 3.1K,
Visits: 4.2K
Hi,
To apply a transformation to a widget, you should embed in in an
NTransformContent
element. For example, to rotate a button to 180 degrees, you can use the following piece of code:
NButton button = new NButton("Rotated Button");
NTransformContent transformContent = new NTransformContent(button);
transformContent.Angle = new NAngle(180);
Best Regards,
Nevron Support Team
Reply
Like
0
Kevin Martin
Kevin Martin
posted 8 Years Ago
ANSWER
Topic Details
Group: Forum Members
Posts: 1,
Visits: 9
How can I apply a geometry transformation to an element?
Example, how can I do a rotation of 180 degrees to a NButton?
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search