Jump to content
Software FX Community

Not all HatchStyle types defined in COM version


User (Legacy)

Recommended Posts

We will update this enumeration in future builds, in the meantime, because 

we are using GDI+ you can use the following page to find the values you are

looking for.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/GDIPlus/GDIPlusReference/Enumerations/HatchStyle.asp

--

JC

Software FX Support

"Diana Tetelman" <dtetelman@agi.com> wrote in message

news:%23sfuqUCKGHA.2756@webserver3.softwarefx.com...

>I need to use a few of the hatch styles defined in the help but they don't

>seem to be defined in the core dll. There are only 2 types defined. Where

>can I find the values for these styles?

>

> enum {

>

> HatchStyle_Horizontal = 0,

>

> HatchStyle_Percent50 = 12

>

> } HatchStyle;

>

> Thanks,

> Diana

>

Link to comment
Share on other sites

We will update this enumeration in future builds, in the meantime, because 

we are using GDI+ you can use the following page to find the values you are

looking for.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/GDIPlus/GDIPlusReference/Enumerations/HatchStyle.asp

--

JC

Software FX Support

"Diana Tetelman" <dtetelman@agi.com> wrote in message

news:%23sfuqUCKGHA.2756@webserver3.softwarefx.com...

>I need to use a few of the hatch styles defined in the help but they don't

>seem to be defined in the core dll. There are only 2 types defined. Where

>can I find the values for these styles?

>

> enum {

>

> HatchStyle_Horizontal = 0,

>

> HatchStyle_Percent50 = 12

>

> } HatchStyle;

>

> Thanks,

> Diana

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...