Path Geometry Clipping Equvalent in WinRT

后端 未结 5 486
长情又很酷
长情又很酷 2020-12-05 15:34

Today I started porting the page turn sample created here for Windows Phone 7 to WinRT (XAML, C#) for helping this question posted in Stack Overflow. But during porting I go

5条回答
  •  醉梦人生
    2020-12-05 16:35

    Hope this helps to you.

    Here is the XAML to get exactly the look of the demo you linked to:

    Path Calcualtion enter image description here

    Image1

     
        
            
                
                
            
            
            
            
            
                
                    
                
            
            
                
                    
                
            
            
            
        
    
    

    Image2

        
        
            
                
                
            
            
                
            
            
            
                
                    
                
            
            
            
        
    
    

    OutPut

    enter image description here

    You can enlarge the size of image by putting image1 and image2 grid in viewbox like below

     
                
     
    

提交回复
热议问题