Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
GdkGraphicAnchorRegion.h
Go to the documentation of this file.
1 /**
2  * @file GdkGraphicAnchorRegion.h
3  * @brief Declares the GdkGraphicAnchorRegion class.
4  *
5  * @internal
6  * Copyright (C) 2008-2022 by LMI Technologies Inc. All rights reserved.
7  */
8 #ifndef GDK_GRAPHIC_ANCHOR_REGION_H
9 #define GDK_GRAPHIC_ANCHOR_REGION_H
10 
11 #include <Gdk/GdkDef.h>
12 
13 /**
14  * @class GdkGraphicAnchorRegion
15  * @extends kObject
16  * @ingroup Gdk-Data
17  * @brief Represents a collection of vector anchorRegions.
18  */
20 
21 /**
22  * Returns the type of the Anchor Region
23  *
24  * @public @memberof GdkGraphicAnchorRegion
25  * @param anchorRegion GdkGraphicAnchorRegion object.
26  * @return GdkGraphicAnchorRegionType
27  */
29 
30 #include <Gdk/Data/GdkGraphicAnchorRegion.x.h>
31 
32 #endif
Essential Gdk declarations.
Represents a collection of vector anchorRegions.
Represents type of anchor region.
GdkGraphicAnchorRegionType GdkGraphicAnchorRegion_Type(GdkGraphicAnchorRegion anchorRegion)
Returns the type of the Anchor Region.