fixed: compile issue
[opensg.git] / Source / System / Window / Foreground / OSGGrabForeground.fcd
blobd8636c7da55635660270764b4e591602c234fc37
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="GrabForeground"
5 parent="Foreground"
6 library="Window"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 docGroupBase="GrpWindowForeground"
15 The GrabForeground is used for grabbing a rendered viewport into an Image.
16 See \ref PageSystemWindowForegroundGrab for a description.
17 <Field
18 name="image"
19 type="ImagePtr"
20 cardinality="single"
21 visibility="external"
22 access="public"
24 The image to write to.
25 </Field>
26 <Field
27 name="autoResize"
28 type="bool"
29 cardinality="single"
30 visibility="external"
31 defaultValue="false"
32 access="public"
34 Automatically resize the image when the viewport size changes.
35 </Field>
36 </FieldContainer>