Top "Scaletransform" questions

ScaleTransform refers to a procedure to scales an object in the 2-D x-y coordinate system, it can be used to stretch or shrink an object horizontally or vertically.

ScaleTransform and CenterX

I have the following code <Canvas Width="800" Height="600"> ... <local:UpgradeLandDialog x:Name="upgradeDialog" Canvas.Left="250" Canvas.Top="200" …

wpf scaletransform
zooming content inside div using transform scale property

I am trying to zoom contents of div(same behavior as browser zoom). After searching a lot I found css 3 …

css zooming transform scaletransform
android set new size after scale animation

I am using Translate and scale animation. First i translate my Frame Layout to the center of the screen and …

android animation android-framelayout scaletransform
XAML: make a ScrollViewer show scrollbars when the ScaleTransform of a child object gets big

I am making a sort of "print preview" control for some documents in my Silverlight 3 application. I have a Canvas (…

silverlight xaml silverlight-3.0 scrollviewer scaletransform
Using CSS transform scale() to zoom into an element without cropping, maintaining scrolling

Live example: https://jsfiddle.net/b8vLg0ny/ It's possible to use the CSS scale and translate functions to zoom …

javascript html css css-transforms scaletransform
WPF for LCD screen Full HD

I am developing a WPF application that will be displayed in a Full-HD LCD screen (42 inch). In addition, I need …

wpf canvas viewbox lcd scaletransform