Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

The type or namespace name 'StrokeStyle' could not be found

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    The type or namespace name 'StrokeStyle' could not be found

    When drawing arcs with pathgeometry and arc segments in d2d there are some glitches compared to other frameworks. I have created a zoomed version from a arc drawn with d2d and with wpf wpf vs d2d. ...


    StrokeStyle astrokeStyle = new StrokeStyle(d2dFactory, new StrokeStyleProperties()
    {
    DashCap = CapStyle.Flat,
    DashStyle = DashStyle.Solid,
    LineJoin = LineJoin.Miter,
    StartCap = CapStyle.Flat,
    EndCap = CapStyle.Flat,
    MiterLimit = 0,
    DashOffset = 0
    }, new float[0]);​

    This was missing:

    region Using declarations
    using SharpDX;
    using SharpDX.Direct2D1;​

    #2
    Hello PaulMohn,

    When using more advanced items like SharpDX you would need to add namespaces for the items you use, those are not included by default when generating scripts. You can read about using SharpDX in the help guide which shows the namespaces that are used as the name in the left side toolbar.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    72 views
    0 likes
    Last Post PaulMohn  
    Working...
    X