<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPRegion</id>
		<title>Class IGDIPlus.TGPRegion - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPRegion"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPRegion&amp;action=history"/>
		<updated>2026-05-12T02:04:10Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPRegion&amp;diff=11083&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPRegion&amp;diff=11083&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:26Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]&lt;br /&gt;
&lt;br /&gt;
'''Unit:''' [[Unit IGDIPlus|IGDIPlus]]&lt;br /&gt;
&lt;br /&gt;
'''Inherits:''' [[Class IGDIPlus.TGPBase|TGPBase]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TGPRegion = '''class'''( [[Class IGDIPlus.TGPBase|TGPBase, IGPRegion]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' TGPRegion : '''public''' [[Class IGDIPlus.TGPBase|TGPBase]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== Visual C++ (MFC): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' CTGPRegion : '''public''' [[Class IGDIPlus.TGPBase|CTGPBase]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C# (.NET): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''public ref class''' TGPRegion : [[Class IGDIPlus.TGPBase|Mitov.SignalLab.Base]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Describes an area of the display surface. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The [[Class IGDIPlus.TGPRegion|TGPRegion]] class describes an area of the display surface.&lt;br /&gt;
The area can be any shape. In other words, the boundary of&lt;br /&gt;
the area can be a combination of curved and straight lines.&lt;br /&gt;
Regions can also be created from the interiors of rectangles,&lt;br /&gt;
paths, or a combination of these. Regions are used in&lt;br /&gt;
clipping and hit-testing operations.&lt;br /&gt;
Remarks&lt;br /&gt;
A GDI+ region is stored in world coordinates whereas a GDI&lt;br /&gt;
region is stored in device coordinates. Therefore, a GDI+&lt;br /&gt;
region is scalable and a GDI region is not. For more&lt;br /&gt;
information, see Scalable Regions&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
An application can use regions to clip the output of drawing&lt;br /&gt;
operations. The Window Manager uses regions to define the&lt;br /&gt;
drawing area of windows. These regions are called clipping&lt;br /&gt;
regions. An application can also use regions in hit-testing&lt;br /&gt;
operations, such as checking whether a point is in a region&lt;br /&gt;
or whether a rectangle intersects a region. For more&lt;br /&gt;
information, see &amp;quot;Regions&amp;quot;, &amp;quot;Clipping&amp;quot;, and &amp;quot;Using Regions&amp;quot;&lt;br /&gt;
on MSDN.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.FromHRGN(HRGN) : TGPRegion|function FromHRGN(hRgn : HRGN) : TGPRegion]] - Creates a Microsoft Windows GDI+Region object from a Windows Graphics Device Interface (GDI) region. &lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Clone() : TGPRegion|function Clone() : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.MakeInfinite() : TGPRegion|function MakeInfinite() : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.MakeEmpty() : TGPRegion|function MakeEmpty() : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.GetDataSize() : Cardinal|function GetDataSize() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.GetData() : TGPByteArray|function GetData() : TGPByteArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Intersect(TGPRect) : TGPRegion|function Intersect(rect : TGPRect) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IntersectF(TGPRectF) : TGPRegion|function IntersectF(rect : TGPRectF) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Intersect(IGPGraphicsPath) : TGPRegion|function Intersect(path : IGPGraphicsPath) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Intersect(IGPRegion) : TGPRegion|function Intersect(region : IGPRegion) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Union(TGPRect) : TGPRegion|function Union(rect : TGPRect) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.UnionF(TGPRectF) : TGPRegion|function UnionF(rect : TGPRectF) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Union(IGPGraphicsPath) : TGPRegion|function Union(path : IGPGraphicsPath) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Union(IGPRegion) : TGPRegion|function Union(region : IGPRegion) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.XorRegion(TGPRect) : TGPRegion|function XorRegion(rect : TGPRect) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.XorRegionF(TGPRectF) : TGPRegion|function XorRegionF(rect : TGPRectF) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.XorRegion(IGPGraphicsPath) : TGPRegion|function XorRegion(path : IGPGraphicsPath) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.XorRegion(IGPRegion) : TGPRegion|function XorRegion(region : IGPRegion) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Exclude(TGPRect) : TGPRegion|function Exclude(rect : TGPRect) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.ExcludeF(TGPRectF) : TGPRegion|function ExcludeF(rect : TGPRectF) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Exclude(IGPGraphicsPath) : TGPRegion|function Exclude(path : IGPGraphicsPath) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Exclude(IGPRegion) : TGPRegion|function Exclude(region : IGPRegion) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Complement(TGPRect) : TGPRegion|function Complement(rect : TGPRect) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.ComplementF(TGPRectF) : TGPRegion|function ComplementF(rect : TGPRectF) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Complement(IGPGraphicsPath) : TGPRegion|function Complement(path : IGPGraphicsPath) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Complement(IGPRegion) : TGPRegion|function Complement(region : IGPRegion) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.TranslateF(Single;Single) : TGPRegion|function TranslateF(dx : Single; dy : Single) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Translate(Integer;Integer) : TGPRegion|function Translate(dx : Integer; dy : Integer) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.Transform(IGPMatrix) : TGPRegion|function Transform(matrix : IGPMatrix) : TGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.GetBounds(IGPGraphics) : TGPRect|function GetBounds(g : IGPGraphics) : TGPRect]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.GetBoundsF(IGPGraphics) : TGPRectF|function GetBoundsF(g : IGPGraphics) : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.GetHRGN(IGPGraphics) : HRGN|function GetHRGN(g : IGPGraphics) : HRGN]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IsEmpty(IGPGraphics) : Boolean|function IsEmpty(g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IsInfinite(IGPGraphics) : Boolean|function IsInfinite(g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IsVisible(Integer;Integer;IGPGraphics) : Boolean|function IsVisible(x : Integer; y : Integer; g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IsVisible(TGPPoint;IGPGraphics) : Boolean|function IsVisible(point : TGPPoint; g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IsVisibleF(Single;Single;IGPGraphics) : Boolean|function IsVisibleF(x : Single; y : Single; g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IsVisibleF(TGPPointF;IGPGraphics) : Boolean|function IsVisibleF(point : TGPPointF; g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IsVisible(Integer;Integer;Integer;Integer;IGPGraphics) : Boolean|function IsVisible(x : Integer; y : Integer; width : Integer; height : Integer; g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IsVisible(TGPRect;IGPGraphics) : Boolean|function IsVisible(rect : TGPRect; g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IsVisibleF(Single;Single;Single;Single;IGPGraphics) : Boolean|function IsVisibleF(x : Single; y : Single; width : Single; height : Single; g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.IsVisibleF(TGPRectF;IGPGraphics) : Boolean|function IsVisibleF(rect : TGPRectF; g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.EqualsRegion(IGPRegion;IGPGraphics) : Boolean|function EqualsRegion(region : IGPRegion; g : IGPGraphics) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.GetRegionScansCount(IGPMatrix) : Cardinal|function GetRegionScansCount(matrix : IGPMatrix) : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.GetRegionScansF(IGPMatrix) : TGPRectFArray|function GetRegionScansF(matrix : IGPMatrix) : TGPRectFArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPRegion.GetRegionScans(IGPMatrix) : TGPRectArray|function GetRegionScans(matrix : IGPMatrix) : TGPRectArray]]&lt;br /&gt;
&lt;br /&gt;
== From [[Class IGDIPlus.TGPBase|TGPBase]] ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPBase.NewInstance() : TObject|function NewInstance() : TObject]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPBase.FreeInstance()|procedure FreeInstance()]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Classes]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>