ReactOS 0.4.15-dev-7953-g1f49173
emfplus_object Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for emfplus_object:

Public Attributes

EmfPlusObjectType type
 
union {
   GpBrush *   brush
 
   GpPen *   pen
 
   GpPath *   path
 
   GpRegion *   region
 
   GpImage *   image
 
   GpFont *   font
 
   GpImageAttributes *   image_attributes
 
   void *   object
 
u
 

Detailed Description

Definition at line 376 of file gdiplus_private.h.

Member Data Documentation

◆ brush

◆ font

GpFont* emfplus_object::font

Definition at line 384 of file gdiplus_private.h.

◆ image

GpImage* emfplus_object::image

Definition at line 383 of file gdiplus_private.h.

◆ image_attributes

GpImageAttributes* emfplus_object::image_attributes

Definition at line 385 of file gdiplus_private.h.

◆ object

void* emfplus_object::object

Definition at line 386 of file gdiplus_private.h.

Referenced by metafile_set_object_table_entry().

◆ path

GpPath* emfplus_object::path

Definition at line 381 of file gdiplus_private.h.

Referenced by metafile_read_region_node().

◆ pen

GpPen* emfplus_object::pen

Definition at line 380 of file gdiplus_private.h.

◆ region

GpRegion* emfplus_object::region

◆ type

EmfPlusObjectType emfplus_object::type

Definition at line 377 of file gdiplus_private.h.

◆ 

union { ... } emfplus_object::u

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