Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
U_RECT16 Struct Reference

Rect Object WMF manual 2.2.2.18. More...

#include <uwmf.h>

Public Attributes

int16_t left
 left coordinate
 
int16_t top
 top coordinate
 
int16_t right
 right coordinate
 
int16_t bottom
 bottom coordinate
 

Detailed Description

Rect Object WMF manual 2.2.2.18.

Coordinates of the upper left, lower right corner. Note that the coordinate system is 0,0 in the upper left corner of the screen an N,M in the lower right corner. Microsoft name: RECT Object COLLIDES with EMF Rect Object.

This one is out of order because it is needed early.

Definition at line 840 of file uwmf.h.

Member Data Documentation

◆ bottom

int16_t U_RECT16::bottom

bottom coordinate

Definition at line 844 of file uwmf.h.

Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().

◆ left

int16_t U_RECT16::left

left coordinate

Definition at line 841 of file uwmf.h.

Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().

◆ right

int16_t U_RECT16::right

right coordinate

Definition at line 843 of file uwmf.h.

Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().

◆ top

int16_t U_RECT16::top

top coordinate

Definition at line 842 of file uwmf.h.

Referenced by Inkscape::Extension::Internal::Wmf::myMetaFileProc().


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