Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
/SharpDXPublic archive

Commitd48d249

Browse files
committed
[Comments] Fix path on compositor
1 parentc0abdbd commitd48d249

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Source/SharpDX.DirectManipulation/Compositor.cs‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ partial interface Compositor
1919
/// <param name="arentVisualRef"><dd> <p>The parent in the composition tree for the content being added.</p> <p><em>parentVisual</em> must also be a parent of <em>childVisual</em> in the composition tree.</p> </dd></param>
2020
/// <param name="childVisual"><dd> <p>The child in the composition tree for the content being added.</p> <p><em>parentVisual</em> must also be a parent of <em>childVisual</em> in the composition tree.</p> </dd></param>
2121
/// <returns>No documentation.</returns>
22-
/// <include file='.\..\Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::AddContent']/*"/>
22+
/// <include file='Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::AddContent']/*"/>
2323
/// <msdn-id>Hh768898</msdn-id>
2424
/// <unmanaged>HRESULT IDirectManipulationCompositor::AddContent([In] IDirectManipulationContent* content,[In, Optional] IUnknown* device,[In, Optional] IUnknown* parentVisual,[In, Optional] IUnknown* childVisual)</unmanaged>
2525
/// <unmanaged-short>IDirectManipulationCompositor::AddContent</unmanaged-short>
@@ -31,7 +31,7 @@ partial interface Compositor
3131
/// </summary>
3232
/// <param name="content"><dd> <p>The content to remove from the composition tree.</p> </dd></param>
3333
/// <returns>No documentation.</returns>
34-
/// <include file='.\..\Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::RemoveContent']/*"/>
34+
/// <include file='Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::RemoveContent']/*"/>
3535
/// <msdn-id>Hh768899</msdn-id>
3636
/// <unmanaged>HRESULT IDirectManipulationCompositor::RemoveContent([In] IDirectManipulationContent* content)</unmanaged>
3737
/// <unmanaged-short>IDirectManipulationCompositor::RemoveContent</unmanaged-short>
@@ -43,7 +43,7 @@ partial interface Compositor
4343
/// </summary>
4444
/// <param name="updateManager">No documentation.</param>
4545
/// <returns>No documentation.</returns>
46-
/// <include file='.\..\Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::SetUpdateManager']/*"/>
46+
/// <include file='Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::SetUpdateManager']/*"/>
4747
/// <msdn-id>Hh768900</msdn-id>
4848
/// <unmanaged>HRESULT IDirectManipulationCompositor::SetUpdateManager([In] IDirectManipulationUpdateManager* updateManager)</unmanaged>
4949
/// <unmanaged-short>IDirectManipulationCompositor::SetUpdateManager</unmanaged-short>
@@ -53,7 +53,7 @@ partial interface Compositor
5353
/// <p>Commits all pending updates in the compositor to the system for rendering.</p>Syntax<pre><see cref="SharpDX.Result"/> Flush();</pre>Parameters<p>This method has no parameters.</p>Return value<p>If the method succeeds, it returns <strong><see cref="SharpDX.Result.Ok"/></strong>. Otherwise, it returns an <strong><see cref="SharpDX.Result"/></strong> error code.</p>Remarks<p>This method enables Direct Manipulation to flush any pending changes to its visuals before a system event, such as a process suspension.</p>Requirements
5454
/// </summary>
5555
/// <returns>No documentation.</returns>
56-
/// <include file='.\..\Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::Flush']/*"/>
56+
/// <include file='Documentation\CodeComments.xml' path="/comments/comment[@id='IDirectManipulationCompositor::Flush']/*"/>
5757
/// <msdn-id>jj647930</msdn-id>
5858
/// <unmanaged>HRESULT IDirectManipulationCompositor::Flush()</unmanaged>
5959
/// <unmanaged-short>IDirectManipulationCompositor::Flush</unmanaged-short>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp