<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Markup Image resize</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : Markup Image resize]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 03:08:07 +0000</pubDate>
  <lastBuildDate>Mon, 05 May 2014 23:42:53 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=21736</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Markup Image resize : thanks for sharing these image...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21736&amp;PID=72481&amp;title=markup-image-resize#72481</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8093">drimage</a><br /><strong>Subject:</strong> 21736<br /><strong>Posted:</strong> 05 May 2014 at 11:42pm<br /><br />thanks for sharing these <a href="http://www.rasteredge.com/how-to/csharp-imaging/resize-image/" target="_blank" rel="nofollow"><font color="BLACK">image resizing codes</font></a>, these are C# codes?&nbsp; do you have any idea how to crop image with C# sample codes? i'd like to display image with smaller size. <br>]]>
   </description>
   <pubDate>Mon, 05 May 2014 23:42:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21736&amp;PID=72481&amp;title=markup-image-resize#72481</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Image resize : Here are the code I have ever...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21736&amp;PID=72407&amp;title=markup-image-resize#72407</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8209">arronlee</a><br /><strong>Subject:</strong> 21736<br /><strong>Posted:</strong> 01 April 2014 at 12:04am<br /><br />Here are the code I have ever used to <font color="#000000"><a href="http://www.yiigo.com/guides/vbnet/how-to-resize-image.shtml" target="_blank" rel="nofollow"><font color="#000000">resize images</font></a>:</font><br><pre ="csharpcode"=""><span ="kwrd"="">Imports</span> Yiigo.Image <br><br><span ="kwrd"="">Namespace</span> YiigoEvaluation<br>    <span ="kwrd"="">Public</span> Partial <span ="kwrd"="">Class</span> Form1<br>        <span ="kwrd"="">Inherits</span> Form<br>        <span ="kwrd"="">Public</span> <span ="kwrd"="">Sub</span> <span ="kwrd"="">New</span>()<br>            InitializeComponent()<br>        <span ="kwrd"="">End</span> <span ="kwrd"="">Sub</span><br><br>        <span ="kwrd"="">Private</span> <span ="kwrd"="">Sub</span> button1_Click(sender <span ="kwrd"="">As</span> <span ="kwrd"="">Object</span>, e <span ="kwrd"="">As</span> EventArgs)<br>            <span ="kwrd"="">Dim</span> directoryName <span ="kwrd"="">As</span> <span ="kwrd"="">String</span> = <span ="str"="">"c:/YGDemo.png"</span><br>            <span ="kwrd"="">Dim</span> ygPic <span ="kwrd"="">As</span> YGPic = YGDoc.LoadDoc(directoryName)<br>            ImageManipulating.ResizePic(ygPic, 280, 280)<br>            YGDoc.PreserveDoc(ygPic, <span ="str"="">"c:/ygpicture.png"</span>, <span ="kwrd"="">New</span> PNGCreator())<br>        <span ="kwrd"="">End</span> <span ="kwrd"="">Sub</span><br>    <span ="kwrd"="">End</span> <span ="kwrd"="">Class</span><br><span ="kwrd"="">End</span> Namespace<br><br>I hope it helps. Good luck.<br><br><br><br>Best regarsd,<br>Arron<br></pre><br>]]>
   </description>
   <pubDate>Tue, 01 Apr 2014 00:04:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21736&amp;PID=72407&amp;title=markup-image-resize#72407</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Image resize : Try adding a Stretch=&amp;#039;Uniform&amp;#039;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21736&amp;PID=71197&amp;title=markup-image-resize#71197</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 21736<br /><strong>Posted:</strong> 23 June 2013 at 2:17pm<br /><br />Try adding a Stretch='Uniform' attribute to your Image tag.<br><br>]]>
   </description>
   <pubDate>Sun, 23 Jun 2013 14:17:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21736&amp;PID=71197&amp;title=markup-image-resize#71197</guid>
  </item> 
  <item>
   <title><![CDATA[Markup Image resize :  Could someone please explain...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21736&amp;PID=71188&amp;title=markup-image-resize#71188</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=864">JamesH</a><br /><strong>Subject:</strong> 21736<br /><strong>Posted:</strong> 21 June 2013 at 5:05pm<br /><br />Could someone please explain how to get an image to resize using markup?&nbsp; If I use the following:<div>&nbsp;</div><div>&lt;Page xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'&gt;<br>&nbsp; &lt;TextBlock Cursor="Hand" VerticalAlignment="Center" HorizontalAlignment="Center"&gt;Enter Text Here&lt;Image Width="200" Height="100" Source='file://C:/temp/FOV test/test.JPG'/&gt;&lt;/TextBlock&gt;<br>&lt;/Page&gt;</div><div>&nbsp;</div><div>It display the top left corner of the image and then crops it to 200x100 pixels.&nbsp; I want to display the whole image but resized to 200x100 pixels.</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 21 Jun 2013 17:05:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21736&amp;PID=71188&amp;title=markup-image-resize#71188</guid>
  </item> 
 </channel>
</rss>