ReactOS 0.4.15-dev-7953-g1f49173
_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 2103 of file graphics.c.

Member Data Documentation

◆ clip

GpRegion* _GraphicsContainerItem::clip

Definition at line 2118 of file graphics.c.

◆ compmode

CompositingMode _GraphicsContainerItem::compmode

Definition at line 2111 of file graphics.c.

◆ compqual

CompositingQuality _GraphicsContainerItem::compqual

Definition at line 2109 of file graphics.c.

◆ contid

GraphicsContainer _GraphicsContainerItem::contid

Definition at line 2105 of file graphics.c.

◆ entry

struct list _GraphicsContainerItem::entry

Definition at line 2104 of file graphics.c.

Referenced by GdipDeleteGraphics().

◆ interpolation

InterpolationMode _GraphicsContainerItem::interpolation

Definition at line 2110 of file graphics.c.

◆ origin_x

INT _GraphicsContainerItem::origin_x

Definition at line 2119 of file graphics.c.

◆ origin_y

INT _GraphicsContainerItem::origin_y

Definition at line 2119 of file graphics.c.

◆ pixeloffset

PixelOffsetMode _GraphicsContainerItem::pixeloffset

Definition at line 2115 of file graphics.c.

◆ scale

REAL _GraphicsContainerItem::scale

Definition at line 2113 of file graphics.c.

◆ smoothing

SmoothingMode _GraphicsContainerItem::smoothing

Definition at line 2108 of file graphics.c.

◆ textcontrast

UINT _GraphicsContainerItem::textcontrast

Definition at line 2116 of file graphics.c.

◆ texthint

TextRenderingHint _GraphicsContainerItem::texthint

Definition at line 2112 of file graphics.c.

◆ type

GraphicsContainerType _GraphicsContainerItem::type

Definition at line 2106 of file graphics.c.

◆ unit

GpUnit _GraphicsContainerItem::unit

Definition at line 2114 of file graphics.c.

◆ worldtrans

GpMatrix _GraphicsContainerItem::worldtrans

Definition at line 2117 of file graphics.c.


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