The scaletransform tag has no wiki summary.
0
votes
1answer
33 views
Winforms version WPF ScaleTransform?
I'm attempting to create something of a software zoom for an image in my Winforms application. I noticed an answer to a similar issue stating that it could be achieved with the mousewheel by using
...
0
votes
0answers
65 views
Analysis of Camera Calibration results and strange 3D coordinates after rotation,translation extraction
I did the camera calibration with Matlab ToolBox. I took 6 images with an iPhone 4S with camera details as following:
The images are about ~2 MB in JPEG format with following details:
Here is ...
0
votes
1answer
46 views
Why is my zoom wrong in this d3 code?
This code is running live here: http://domtree.breckyunits.com
The part that is a little off is the zoom behavior. When I zoom in on a point, it zooms correctly but translates to the wrong point. I ...
0
votes
1answer
44 views
How to Scale an image axis in windows phone app?
I am using 4 images in grid as shown.Now I want to scaled the corresponding image on tap to size of the grid in the mention arrow direction for e.g
image2 size(width and height) = grid(dimension) ...
2
votes
1answer
156 views
Strange behaviour when drawing Lines vs. Rectangles
Alright, how do I start this?
I have an application which is able to draw some shapes (actually it's a few thousand) on the screen. There are two types of them: Rectangles and Lines. Rectangles have ...
0
votes
1answer
300 views
How to put CGContextScaleCTM and CGContextTranslateCTM outside of drawRect?
I am rather beginner at this kind of path drawing, but when displaying a map, I realised that CGContextScaleCTM and CGContextTranslateCTM take up a lot of time inside my drawRect.
That would be good ...
0
votes
0answers
42 views
How do I achieve scale effect in css but don't want to scale back
Am using jQuery transit and I saw an example over there, I want to effect the first example Transitions for other properties category
Ya, the one that comes forward, what I tried was this with simple ...
0
votes
1answer
401 views
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 i set its position parameters using layout parameters to the center of the screen. That ...
1
vote
0answers
107 views
webkit transform scale making items disappear
I am trying to scale a div in my HTML page. This div contains a lot of canvas elements and other div elements. Basically this div acts as the container for all other items in the page. With Chrome ...
1
vote
0answers
133 views
Finding fine scale correlation from coarse scale correlation
I have a sparse data which has a covariance with range (also known as correlation length) h and sill c (same as variance) at coarse grid scale of 3x3. This link gives a general idea about what ...
0
votes
1answer
76 views
change fluid image aspect ration css
I'm trying to place 6 images one next to another with css,
the whole thing should be able to scale pretty well in most displays (except for mobile for the moment)
so I've made this:
...
0
votes
1answer
577 views
IOS: expand an imageView full screen
I have this situation
the orange area is my view and green area is an ImageView; now I want ask you if there is a way to enlarge this imageView fullscreen and expand it over all view with an ...
0
votes
2answers
97 views
How to Scale numbers/values
I am working with a piece of hardware that I'm communicating with VIA serial control
using a proprietary programming language that looks like a very dumbed down version of C.
Anyway, this device ...
0
votes
2answers
422 views
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 to accommodate the controls in absolute positions.
In the development environment I can ...
1
vote
0answers
28 views
external iframe that is scaled
i have an external iframe that is scaled.
When visitors click on this iframe they start the links within this scaled iframe.
I do not want them to go there but at the same link outside of the scaled ...
0
votes
1answer
609 views
ios CATransform3DMakeScale scaleup animation
I have the following animation:
CATransform3D scaleTransform = CATransform3DMakeScale(0.1,0.1, 1.0);
scaleAnimation.toValue = [NSValue valueWithCATransform3D:scaleTransform];
...
0
votes
0answers
75 views
Devexpress DockLayoutManager ScaleTransform
I am using DockLayoutManager in My Application to show my usercontrols as documentpanel. When I am opening the document panel, I use scaletransform animation. My first opening panel runs perfectly, ...
0
votes
1answer
77 views
Change properties of an element in DataTemplate and reflect the changes
This is the question I had posted. Now, I am not able to reflect the changes made to the rectangle element in the DataTemplate. I want to scaleX the rectangle depending on some values and conditions ...
1
vote
1answer
185 views
Flipping a button in a storyboard
I'm attempting to flip a button on a form using a storyboard. What I currently have is a storyboard that uses a custom grid animation to make certain grid rows grow (found here). The button that I ...
0
votes
0answers
71 views
Cocoa: how/what is the best way to pan and scale a NSImage?
Like the title says, how can I pan and scale an NSImage? I'm new to Cocoa, so any help or leads would be grateful.
Thanks in advance!
2
votes
1answer
1k views
How to rotate, translate and scale a control object around an specific point in WPF
I have a custom built control, which is a rectangle with a few details inside it, but it is a rectangle.
I have a center point (X,Y), which I call "Center of Gravity", which "represents" the point. ...
2
votes
1answer
420 views
Strange act of canvas when Scale/ Zoom in Silverlight
I'm working on Zooming with Silverlight 5,
My Idea is to zoom according to mouse position on the Canvas, and the ability to Drag that Canvas,
The problem I have is when scale is less than 1, about ...
0
votes
1answer
397 views
Incorrect scaling of Pen when using Graphics.ScaleTransform
I'm seeing strange behaviour when drawing a line with a scale transform (Graphics.ScaleTransform() - see MSDN) in my OnPaint() method.
When using a large y-scale factor for the ScaleTransform method, ...
0
votes
1answer
66 views
Keep certain Objects from scaling
I have a WPF Canvas with a few objects on it and I apply a ScaleTransform animation to it (Zoom). As expected all objects scale with the canvas.
It is possible that some objects remain their size ...
1
vote
3answers
754 views
LayoutTransform animation on ScaleX and ScaleY is breaking binding with them
I have a custom class say 'MyCanvas' derived from wpf Canvas class. MyCanvas has a Dependency Property 'Scale' which specify the scale transform for the canvas. Now when the value of Scale changes I ...
0
votes
1answer
369 views
Scale String in Java to fit rectangle from inside
Can anyone help me find a way to scale a string / character in Java (Graphics2D) to exactly fit a rectangle of a given size (so that it touches the rectangle from the inside)?
This is what I have so ...
0
votes
1answer
301 views
ScaleTransform on an image leaves whitespace
I'm creating a dialog with a single image, and a polygon overlaid. The problem is that the scale of the image is different from that of the polygon, so I want to scale the image down to match the ...
2
votes
2answers
293 views
Adding shape at mousedown point on WPF canvas
I have a canvas with zoom (ScaleTransform). Now I have scaled the canvas by some arbitrary zoom value. I'm adding RectangleGeomtry at the MouseDown Point with every MouseDown event. But the strange ...
0
votes
2answers
1k views
Issue with rendering WriteableBitmap from Image in Silverlight
I have a next problem, I need to convert array of bytes to WriteableBitmap with resize. I write next code.
private byte[] ResizeImage(byte[] array, double maxWidth, double maxHeight)
{
...
0
votes
2answers
237 views
Why is the position of the drawable also changing when applying ScaleAnimation in Android?
I am trying to apply a scale animation to a rectangle, using code not xml. I want to make the rectangle grow taller, pretty simple.
RectDrawableView - creates a RectShape ShapeDrawable
public class ...
0
votes
0answers
285 views
Webkit vs Moz CSS animation/scale (Chrome not displaying/Firefox does)
I asked this question previously, but I'm not sure if it was clear. I've done a ton of troubleshooting since to no avail. So I'm back w/ a play-by-play hoping for some help.
Using JS, on doc ready, ...
1
vote
4answers
2k views
Alternative to Graphics.ScaleTransform
I am doing custom drawing using the GDI+.
Normally if I want to fit whatever I am drawing to the window, I calculate the appropriate ratio and I ScaleTransform everything by that ratio:
...
7
votes
4answers
2k views
Improving WPF Canvas performance
I am developing a Maps like application using WPF. I have ~10,000 PathGeometry, Shapes added to the canvas. I have added ScaleTransform and TranslateTransform for zooming and panning controls.
The ...
0
votes
1answer
633 views
How to calculate the size of the scale transform applied control
How to calculate increased width and height of the scale transform applied control in WPF?
4
votes
3answers
307 views
Binding a RichTextBox to a Slider Control in C#
I have the following XAML code that I want to perform in xaml.cs.
<RichTextBox.LayoutTransform>
<ScaleTransform ScaleX="{Binding ElementName=mySlider, Path=Value}"
...
0
votes
0answers
1k views
Portrait image resizing in java with imgscalr, but the final output is landscape. How to guarantee it stays the same orientation?
I am using imgscalr to create scale my images in a Grails application. Here is the code:
BufferedImage sourceImg = ImageIO.read(new File("/tmp" + File.separator + filename))
BufferedImage destImg = ...
2
votes
3answers
744 views
What is ScaleTransform good for?
why I should use ScaleX="2" for example instead of double the width of my control ??
<Button Width = "100" Content="Button1"/>
<Button Width = "50" Content="Button2">
...
1
vote
0answers
642 views
Simple scaletransform in usercontrol in WPF
I have created a usercontrol which is supposed to flip it's content whenever a value is changed.
The value is the id of the object which is reached through a dependency property on the control itself.
...
0
votes
1answer
196 views
Port ScaleTransform.Changed event in from WPF to Silverlight
In WPF, the ScaleTransform has an event calls Changed which raises whenever the scale X/Y is changed. But this event is not exist in Silverlight. Is there any way we can implement the same thing in ...
1
vote
0answers
264 views
ScaleTransform with value 0.8 gives unintended behavior
today i run into a very strange problem. if i use ScaleTransform with value 0.8, i dont see a cursor anymore in a empty textbox. its an ugly behavior when using tab..
<Grid>
...
1
vote
1answer
403 views
Image resize not reducing kiloBytes of the image - using imgscalr-lib-3.1
i am using imgscalr-lib-3.1 to create thumbnails to use in my galleria-classic photo album.
it is reducing the size (pixels i mean like 100*100) but not the kilobytes, (like 10K, 20K).
here is my ...
1
vote
3answers
722 views
WPF: The ScrollBar is not activated on ScrollViewer
WPF
Why the ScrollBar is not activated on ScrollViewer when I zoom in?
<Window x:Class="WpfApplication4.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
2
votes
1answer
324 views
Gap between shapes after scaling in Silverlight
Create a 400 x 400 Canvas. Put a Blue rectangle that is 200 x 400 in it. Put another Blue rectangle, same size, with Canvas.Left = 200. Wrap this in a Viewbox and scale the view box. At certain ...
4
votes
1answer
889 views
How to scale an image using eye tracking in WPF?
I'm trying to zoom in and out each frame from a live video stream from a webcam, by opening or squinting my eyes. I already have the eye tracking part working, but I can't figure out where to fit in ...
2
votes
4answers
1k views
Find the applied ScaleTransform on a Control or UIElement?
I have a control sitting somewhere in my Window. At the root of this Window is a grid named MainGrid. I have a ScaleTransform applied on MainGrid's LayoutTransform that I use to zoom in on all the ...
0
votes
1answer
269 views
Silverlight ScaleTransform issue
I am working silvelight application and I phasing issue of layout I mean I have I WrapPanel and this will be adjust according to scaletransform widght and height,
and now I adding WrapPannel Children ...
4
votes
3answers
3k views
Transform only one axis to log10 scale with ggplot2
I have the following problem: I would like to visualize a discrete and a continuous variable on a boxplot in which the latter has a few extreme high values. This makes the boxplot meaningless (the ...
1
vote
2answers
521 views
wpf scale to textBox, textBox can not display cursor when i click textBox
First, I Zoom(ScaleTransform) the TextBox, then mouse to click on the TextBox. Sometimes can display the cursor, and sometimes can notdisplay the cursor. Looking for a solution to solution to the ...
1
vote
1answer
491 views
What is the relationship between ScaleTransform and Pixel
I am new to the concepts of pixels, dpi, resolution and stuffs. So let me put out this simple question for which I am finding hard to get a simple answer
What is the default measuring unit in wpf
...
2
votes
2answers
760 views
Silverlight scaletransform adjust scrollbars
I have the following UI element hierarchy: UserControl>ScrollViewer>Canvas. I am drawing lots of stuff on the canvas, and it becomes larger than the UserControl, at which point the ScrollViewer ...

