Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9185267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:14:27+00:00 2026-06-17T19:14:27+00:00

In XAML, the ProjectionPlane is used pivot an element on a three-dimensional axis. For

  • 0

In XAML, the ProjectionPlane is used pivot an element on a three-dimensional axis. For example if I wanted to tilt the right edge of a rectangle toward me, I do this:

<!-- zero rotation -->
<Rectangle Fill="White" Height="200" Width="200">
    <Rectangle.Projection>
        <PlaneProjection RotationY="0" />
    </Rectangle.Projection>
</Rectangle>

<!-- 45 deg rotation -->
<Rectangle Fill="White" Height="200" Width="200">
    <Rectangle.Projection>
        <PlaneProjection RotationY="45" />
    </Rectangle.Projection>
</Rectangle>

<!-- 85 deg rotation -->
<Rectangle Fill="White" Height="200" Width="200">
    <Rectangle.Projection>
        <PlaneProjection RotationY="85" />
    </Rectangle.Projection>
</Rectangle>

The resulting rectangle(s) would look like this:

enter image description here

So far so good. Here’s my problem. As the angle increases closer to 90 degrees, the rectangle is skewed more and more. Is there a property or technique that could allow the ProjectionPlane to rotate along the Y axis all the way to 90 degrees but reduce the scewing (or change the field of view)?

In other words, the angle from the back corners to the from corners would be decreased and as a result if the rectangle had content in it, it would be more discernible.

Here’s a before and after to make the question as clear as possible. On the left is what I get. On the right is what I want. It is slightly exaggerated to make the point. I hope this makes sense.

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:14:28+00:00Added an answer on June 17, 2026 at 7:14 pm

    Unfortunately PlaneProjection doesn’t allow you change projection matrix. To get control over projection you would have to go with Matrix3DProjection. You can use sample code provided in the documentation or you could look into porting Matrix3DEx library to WinRT.

    One more thing you can try is to push your object back along Z axis and scale it up so it keeps it size. Since object would be further away from the camera it would show less distortion on flip.

    BTW Accordingly to Jaime Rodriguez fov for PlaneProjection is set to 57 degrees, a bit wide for most displays.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In XAML: <Rectangle Stroke=Aqua Opacity=0.7 StrokeThickness=10 Canvas.Left=24 Canvas.Top=22 Height=86 Width=102> <Rectangle.Fill> <ImageBrush ImageSource=C:\Users\xiaorui.dong\Pictures\profile.jpeg></ImageBrush> </Rectangle.Fill>
Example XAML to be loaded dynamically <Grid xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' xmlns:usercontrols='clr-namespace:App.Views.UserControls'> <TextBlock>Why don't you click
If I have XAML element that is binded to a data source property and
xaml side: <DataGrid Name=MyGrid ItemsSource={Binding} /> I tried also with: <DataGrid Name=MyGrid ItemsSource={Binding MyObj}
In xaml, I have a listbox with a grid in it with 1 row
The xaml for the first style works as I want, producing a button with
In XAML we can put one long string in the positions property, How do
In XAML, you can define a size property (such a length or width) in
This XAML makes text fade in when it appears. I would like to put
In XAML, if you insert <TextBlock Text=Hello World /> You will see the words

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.