ReactOS 0.4.17-dev-205-g2e13f97
_GraphicsContainerItem Struct Reference
Collaboration diagram for _GraphicsContainerItem:

Public Attributes

struct list entry
 
GraphicsContainer contid
 
GraphicsContainerType type
 
SmoothingMode smoothing
 
CompositingQuality compqual
 
InterpolationMode interpolation
 
CompositingMode compmode
 
TextRenderingHint texthint
 
REAL scale
 
GpUnit unit
 
PixelOffsetMode pixeloffset
 
UINT textcontrast
 
GpMatrix worldtrans
 
GpRegionclip
 
INT origin_x
 
INT origin_y
 

Detailed Description

Definition at line 2151 of file graphics.c.

Member Data Documentation

◆ clip

GpRegion* _GraphicsContainerItem::clip

Definition at line 2166 of file graphics.c.

◆ compmode

CompositingMode _GraphicsContainerItem::compmode

Definition at line 2159 of file graphics.c.

◆ compqual

CompositingQuality _GraphicsContainerItem::compqual

Definition at line 2157 of file graphics.c.

◆ contid

GraphicsContainer _GraphicsContainerItem::contid

Definition at line 2153 of file graphics.c.

◆ entry

struct list _GraphicsContainerItem::entry

Definition at line 2152 of file graphics.c.

Referenced by GdipDeleteGraphics().

◆ interpolation

InterpolationMode _GraphicsContainerItem::interpolation

Definition at line 2158 of file graphics.c.

◆ origin_x

INT _GraphicsContainerItem::origin_x

Definition at line 2167 of file graphics.c.

◆ origin_y

INT _GraphicsContainerItem::origin_y

Definition at line 2167 of file graphics.c.

◆ pixeloffset

PixelOffsetMode _GraphicsContainerItem::pixeloffset

Definition at line 2163 of file graphics.c.

◆ scale

REAL _GraphicsContainerItem::scale

Definition at line 2161 of file graphics.c.

◆ smoothing

SmoothingMode _GraphicsContainerItem::smoothing

Definition at line 2156 of file graphics.c.

◆ textcontrast

UINT _GraphicsContainerItem::textcontrast

Definition at line 2164 of file graphics.c.

◆ texthint

TextRenderingHint _GraphicsContainerItem::texthint

Definition at line 2160 of file graphics.c.

◆ type

GraphicsContainerType _GraphicsContainerItem::type

Definition at line 2154 of file graphics.c.

◆ unit

GpUnit _GraphicsContainerItem::unit

Definition at line 2162 of file graphics.c.

◆ worldtrans

GpMatrix _GraphicsContainerItem::worldtrans

Definition at line 2165 of file graphics.c.


The documentation for this struct was generated from the following file: