<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Writing Something &#187; Graphics</title>
	<atom:link href="http://www.serdarb.com/tag/graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serdarb.com</link>
	<description>Serdar's</description>
	<lastBuildDate>Tue, 01 Jun 2010 08:07:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C# ile Resim (System.Drawing.Image) Boyutlandırmak</title>
		<link>http://www.serdarb.com/csharp-c/c-ile-resim-systemdrawingimage-boyutlandirmak/</link>
		<comments>http://www.serdarb.com/csharp-c/c-ile-resim-systemdrawingimage-boyutlandirmak/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 06:56:18 +0000</pubDate>
		<dc:creator>serdar</dc:creator>
				<category><![CDATA[Csharp - C#]]></category>
		<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://www.serdarb.com/index.php/2009/01/14/c-ile-resim-systemdrawingimage-boyutlandirmak/</guid>
		<description><![CDATA[Size, ve Image parametreleri alan bir resim boyutlandırma metodu.

&#160;
Size boyut = new Size&#40;100, 100&#41;;
&#160;
private static System.Drawing.Image 
                       ResimBoyutlandir&#40;System.Drawing.Image img, Size boyut&#41;
&#123;
    int kaynakEn = img.Width;
    int KaynakBoy [...]]]></description>
		<wfw:commentRss>http://www.serdarb.com/csharp-c/c-ile-resim-systemdrawingimage-boyutlandirmak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
