I think you can multiply the width (x) AND height (y) properties of the
image/canvas or movieplayer by the same proportion: for 50% you need to
multiply each property by .5, for 200%, multiply each by 2.
Is this what you meant?
Jeff
------
Jeffrey J. Borckardt, Ph.D.
Department of Psychiatry and Behavioral Sciences
Medical University of South Carolina
CAPS - 30 Bee Street
Charleston, SC 29425
(843)792-4930
borckard at musc dot edu
On May 27, 2004, at 7:12 PM, John Kubie wrote:
Do you want to scale the movie display or the movie file? If it's just
the display, this can be scaled or stretched by changing the shape of
the movieplayer control (turn the movieplayer's property "autoresize"
off). You can then change the x and y dimensions of the movieplayer.
Unfortunately, you have to account for the size of the controls at the
bottom.
These properties can be set in the IDE or in code.
John Kubie
On May 27, 2004, at 6:02 PM, Andrew Keller wrote:
In my app, I need to be able to scale (proportionally, not x/y
independent) movies and pictures. How can I do this?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|