User (Legacy) Posted February 2, 2006 Author Report Share Posted February 2, 2006 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 More sharing options...
User (Legacy) Posted February 2, 2006 Report Share Posted February 2, 2006 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 More sharing options...
Software FX Posted February 3, 2006 Report Share Posted February 3, 2006 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 More sharing options...
Software FX Posted February 3, 2006 Report Share Posted February 3, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.