You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
/// <p>Sets a new primitive blend mode. Allows access to the MAX primitive blend mode.</p>
7
+
/// </summary>
8
+
/// <param name="primitiveBlend">The primitive blend that will apply to subsequent primitives.</param>
9
+
/// <returns><p>If this method succeeds, it returns <strong><see cref="SharpDX.Result.Ok"/></strong>. Otherwise, it returns an <strong><see cref="SharpDX.Result"/></strong> error code.</p></returns>
/// <p>Sets a new primitive blend mode. Allows access to the MAX primitive blend mode.</p>
7
+
/// </summary>
8
+
/// <param name="primitiveBlend">The primitive blend that will apply to subsequent primitives.</param>
9
+
/// <returns><p>If this method succeeds, it returns <strong><see cref="SharpDX.Result.Ok"/></strong>. Otherwise, it returns an <strong><see cref="SharpDX.Result"/></strong> error code.</p></returns>
Copy file name to clipboardExpand all lines: Source/SharpDX.Direct2D1/Device3.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public partial class Device3
33
33
/// Each call to CreateDevice returns a unique <see cref="SharpDX.Direct2D1.Device3"/> object.The <see cref="SharpDX.DXGI.Device"/> object is obtained by calling QueryInterface on an ID3D10Device or an ID3D11Device.
// copies of the Software, and to permit persons to whom the Software is
8
+
// furnished to do so, subject to the following conditions:
9
+
//
10
+
// The above copyright notice and this permission notice shall be included in
11
+
// all copies or substantial portions of the Software.
12
+
//
13
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+
// THE SOFTWARE.
20
+
21
+
usingSystem;
22
+
23
+
namespaceSharpDX.Direct2D1
24
+
{
25
+
publicpartialclassDevice4
26
+
{
27
+
/// <summary>
28
+
/// Initializes a new instance of the <see cref="Device4"/> class.
29
+
/// </summary>
30
+
/// <param name="factory"><para>The <see cref="Factory5"/> object used when creating the <see cref="SharpDX.Direct2D1.Device3"/>. </para></param>
31
+
/// <param name="device"><para>The <see cref="SharpDX.DXGI.Device"/> object used when creating the <see cref="SharpDX.Direct2D1.Device4"/>. </para></param>
32
+
/// <remarks>
33
+
/// Each call to CreateDevice returns a unique <see cref="SharpDX.Direct2D1.Device4"/> object.The <see cref="SharpDX.DXGI.Device4"/> object is obtained by calling QueryInterface on an ID3D10Device or an ID3D11Device.
// copies of the Software, and to permit persons to whom the Software is
8
+
// furnished to do so, subject to the following conditions:
9
+
//
10
+
// The above copyright notice and this permission notice shall be included in
11
+
// all copies or substantial portions of the Software.
12
+
//
13
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+
// THE SOFTWARE.
20
+
21
+
usingSystem;
22
+
23
+
namespaceSharpDX.Direct2D1
24
+
{
25
+
publicpartialclassDevice5
26
+
{
27
+
/// <summary>
28
+
/// Initializes a new instance of the <see cref="Device5"/> class.
29
+
/// </summary>
30
+
/// <param name="factory"><para>The <see cref="Factory4"/> object used when creating the <see cref="SharpDX.Direct2D1.Device5"/>. </para></param>
31
+
/// <param name="device"><para>The <see cref="SharpDX.DXGI.Device"/> object used when creating the <see cref="SharpDX.Direct2D1.Device5"/>. </para></param>
32
+
/// <remarks>
33
+
/// Each call to CreateDevice returns a unique <see cref="SharpDX.Direct2D1.Device5"/> object.The <see cref="SharpDX.DXGI.Device"/> object is obtained by calling QueryInterface on an ID3D10Device or an ID3D11Device.
0 commit comments