Inkscape
Vector Graphics Editor
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
U_PMF_FILLPATH Struct Reference

EMF+ manual 2.3.4.17, Microsoft name: EmfPlusFillPath Record, Index 0x14 Note: U_PMF_FILLPATHOBJ is the object, U_PMF_FILLPATH is the file record. More...

#include <upmf.h>

Public Attributes

U_PMF_CMN_HDR Header
 Common header.
 
uint32_t BrushID
 Color or index to Brush object, depends on Header.Flags bit0.
 

Detailed Description

EMF+ manual 2.3.4.17, Microsoft name: EmfPlusFillPath Record, Index 0x14 Note: U_PMF_FILLPATHOBJ is the object, U_PMF_FILLPATH is the file record.

    flags (LITTLE endian here, manual uses BIG endian)
       bit 15      U_PPF_B Set: BrushID is an U_PFM_ARGB; Clear: is index of U_PMF_BRUSH object in EMF+ object table.
       bits 0-7    Index of an U_PMF_PATH object in the EMF+ object table (0-63, inclusive)

Definition at line 2494 of file upmf.h.

Member Data Documentation

◆ BrushID

uint32_t U_PMF_FILLPATH::BrushID

Color or index to Brush object, depends on Header.Flags bit0.

Definition at line 2496 of file upmf.h.

◆ Header

U_PMF_CMN_HDR U_PMF_FILLPATH::Header

Common header.

Definition at line 2495 of file upmf.h.


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