laptou
laptou

Reputation: 7039

SharpDX StrokeStyle1

How do I use StrokeStyle1 from SharpDX? I have a Factory, a StrokeStyleProperties1, and other parameters, but the constructor for StrokeStyle1 only accepts a Factory1. How do I get an instance of Factory1?

Upvotes: 0

Views: 79

Answers (1)

laptou
laptou

Reputation: 7039

Do Factory.QueryInterface<Factory1>().

Upvotes: 0

Related Questions