Skip to content

Commit e5e96e1

Browse files
authored
[src] Fix links to images in api xml docs. (#23492)
1 parent 3aceb2a commit e5e96e1

File tree

177 files changed

+432
-432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+432
-432
lines changed

docs/api/AVFoundation/AVAsset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<para>Because media assets such as movies are large, instantiating an <see cref="AVFoundation.AVAsset" /> will not automatically load the file. Properties are loaded when they are queried or via explicit calls to <see cref="AVFoundation.AVAsset.LoadValuesTaskAsync(System.String[])" /> or <see cref="AVFoundation.AVAsset.LoadValuesAsynchronously(System.String[],System.Action)" />.</para>
77
<para>During playback, the current presentation state of an <see cref="AVFoundation.AVAsset" /> is represented by an <see cref="AVFoundation.AVPlayerItem" /> object, and the playback is controlled by a <see cref="AVFoundation.AVPlayer" />:</para>
88
<para>
9-
<img href="~/AVFoundation/_images/AVFoundation.AssetPlayerItemPlayer.png" alt="UML Class Diagram illustrating classes relating to AVAsset" />
9+
<img href="~/xml/AVFoundation/_images/AVFoundation.AssetPlayerItemPlayer.png" alt="UML Class Diagram illustrating classes relating to AVAsset" />
1010
</para>
1111
</remarks>
1212
<related type="externalDocumentation" href="https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVAsset_Class/index.html">Apple documentation for <c>AVAsset</c></related>

docs/api/AVFoundation/AVAudioEnvironmentDistanceAttenuationModel.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
<see cref="AVFoundation.AVAudioEnvironmentDistanceAttenuationModel.Exponential" />
88
</para>
99
<para>
10-
<img href="~/AVFoundation/_images/AVFoundation.AVAudioEnvironmentDistanceAttenuationModel.Exponential.png" alt="Graph of exponential attenuation">
10+
<img href="~/xml/AVFoundation/_images/AVFoundation.AVAudioEnvironmentDistanceAttenuationModel.Exponential.png" alt="Graph of exponential attenuation">
1111
</img>
1212
</para>
1313
<para>
1414
<see cref="AVFoundation.AVAudioEnvironmentDistanceAttenuationModel.Inverse" />
1515
</para>
1616
<para>
17-
<img href="~/AVFoundation/_images/AVFoundation.AVAudioEnvironmentDistanceAttenuationModel.Inverse.png" alt="Graph of inverse attenuation">
17+
<img href="~/xml/AVFoundation/_images/AVFoundation.AVAudioEnvironmentDistanceAttenuationModel.Inverse.png" alt="Graph of inverse attenuation">
1818
</img>
1919
</para>
2020
<para>
2121
<see cref="AVFoundation.AVAudioEnvironmentDistanceAttenuationModel.Linear" />
2222
</para>
2323
<para>
24-
<img href="~/AVFoundation/_images/AVFoundation.AVAudioEnvironmentDistanceAttenuationModel.Linear.png" alt="Graph of linear attenuation">
24+
<img href="~/xml/AVFoundation/_images/AVFoundation.AVAudioEnvironmentDistanceAttenuationModel.Linear.png" alt="Graph of linear attenuation">
2525
</img>
2626
</para>
2727
</remarks>

docs/api/AVFoundation/AVPlayer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<para>An <see cref="AVFoundation.AVPlayer" /> links the visual presentation, control, and dynamic state of one or more <see cref="AVFoundation.AVAsset" />s.</para>
66
<para>The visual element of the display is done by a <see cref="AVFoundation.AVPlayerLayer" />, while it's current state (current time, etc.) is held in an <see cref="AVFoundation.AVPlayerItem" />, which in turn references an <see cref="AVFoundation.AVAsset" />.</para>
77
<para>
8-
<img href="~/AVFoundation/_images/AVFoundation.AssetPlayerItemPlayer.png" alt="Class diagram showing the important classes related to AssetPlayerItemPlayer" />
8+
<img href="~/xml/AVFoundation/_images/AVFoundation.AssetPlayerItemPlayer.png" alt="Class diagram showing the important classes related to AssetPlayerItemPlayer" />
99
</para>
1010
<example>
1111
<code lang="csharp lang-csharp"><![CDATA[

docs/api/CoreGraphics/CGContext.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<para>A common transform is to locate the origin in the lower left-hand corner, with X and Y increasing to the right and upward, as shown with the green rays in the following image (note that, for visibility, the rays are set to originate at (5,5) rather than (0,0)). This is done with <c>ScaleCTM(1,-1)</c> and <c>TranslateCTM(0, -Bounds.Height)</c> (see example below).</para>
99
<para>More complex transforms are, possible, as illustrated by the blue rays, which illustrate a transform that is both translated and rotated. Note that manipulation of the CTM is stateful and order-dependent: the final transform is translated and rotated relative to the CTM used to the draw the 2nd-to-last green rays.</para>
1010
<para>
11-
<img href="~/CoreGraphics/_images/CGContext.CTM.png" alt="Graphic illustrating the transforms created by the following code." />
11+
<img href="~/xml/CoreGraphics/_images/CGContext.CTM.png" alt="Graphic illustrating the transforms created by the following code." />
1212
</para>
1313
<para>The following example shows the manipulation of the CTM to create the example image.</para>
1414
<example>
@@ -69,7 +69,7 @@ using (var ctxt = UIGraphics.GetCurrentContext ()) {
6969
]]></code>
7070
</example>
7171
<para>
72-
<img href="~/CoreGraphics/_images/CGContext.AddLines.png" alt="Graphic illustrating the curve created by calling this method" />
72+
<img href="~/xml/CoreGraphics/_images/CGContext.AddLines.png" alt="Graphic illustrating the curve created by calling this method" />
7373
</para>
7474
</remarks>
7575
</Docs>

docs/api/CoreGraphics/CGPathDrawingMode.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<para>Both the "non-zero winding rule" and the "even-odd rule" decide whether to fill a pixel by considering a line drawn from the point to outside the path.</para>
77
<para>The “non-zero winding rule” mode does not fill the pixel if the path crosses that line clockwise and counterclockwise an equal number of times. If the count of clockwise versus counterclockwise crossings is non-zero, the point is considered inside the path and is filled. As the following illustration shows, this makes path direction an important consideration.</para>
88
<para>
9-
<img href="~/CoreGraphics/_images/CGPathDrawingMode.NonZeroWindingRule.png" alt="Graphic illustrating the non-zero winding rule" />
9+
<img href="~/xml/CoreGraphics/_images/CGPathDrawingMode.NonZeroWindingRule.png" alt="Graphic illustrating the non-zero winding rule" />
1010
</para>
1111
<para>The “even-odd” rule fills a pixel if the number of paths crossed is odd. It does not take the direction of the path into account.</para>
1212
<para>
13-
<img href="~/CoreGraphics/_images/CGPathDrawingMode.EvenOddRule.png" alt="Graphic illustrating the even-odd winding rule" />
13+
<img href="~/xml/CoreGraphics/_images/CGPathDrawingMode.EvenOddRule.png" alt="Graphic illustrating the even-odd winding rule" />
1414
</para>
1515
<para>The following example shows a more complex situation. The top path is drawn with the "even-odd rule" (<see cref="CoreGraphics.CGPathDrawingMode.EOFillStroke" />) while the bottom is filled with the "non-zero winding rule" (<see cref="CoreGraphics.CGPathDrawingMode.FillStroke" />). In both cases, the path is both stroked in red and filled in green.</para>
1616
<example>
@@ -52,7 +52,7 @@ void DrawPathWithWindingMode (CGContext ctxt, float yOffset, CGPathDrawingMode m
5252
]]></code>
5353
</example>
5454
<para>
55-
<img href="~/CoreGraphics/_images/CGPathDrawingMode.NonZeroVsEvenOdd.png" alt="Graphic created by the previous code, illustrating the two different winding rules." />
55+
<img href="~/xml/CoreGraphics/_images/CGPathDrawingMode.NonZeroVsEvenOdd.png" alt="Graphic created by the previous code, illustrating the two different winding rules." />
5656
</para>
5757
</remarks>
5858
</Docs>

docs/api/CoreImage/CIAdditionCompositing.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ myImageView.Image = UIImage.FromImage (cgimage);
3636
With the following source:
3737
</para>
3838
<para>
39-
<img href="~/CoreImage/_images/heron.jpg" alt="Photograph of a heron." />
39+
<img href="~/xml/CoreImage/_images/heron.jpg" alt="Photograph of a heron." />
4040
</para>
4141
<para>
42-
<img href="~/CoreImage/_images/clouds.jpg" alt="Photograph of clouds and sunbeams." />
42+
<img href="~/xml/CoreImage/_images/clouds.jpg" alt="Photograph of clouds and sunbeams." />
4343
</para>
4444
<para>
4545
Produces the following output:
4646
</para>
4747
<para>
48-
<img href="~/CoreImage/_images/AdditionComposition.png" alt="Result of applying the filter." />
48+
<img href="~/xml/CoreImage/_images/AdditionComposition.png" alt="Result of applying the filter." />
4949
</para>
5050
<para>
5151
"Sunrise near Atkeison Plateau" © 2012 Charles Atkeison, used under a Creative Commons Attribution-ShareAlike license: https://creativecommons.org/licenses/by-sa/3.0/

docs/api/CoreImage/CIAffineClamp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ myImageView.Image = UIImage.FromImage (cgimage);
4242
With the following source:
4343
</para>
4444
<para>
45-
<img href="~/CoreImage/_images/flower.png" alt="Photograph of a sunflower." />
45+
<img href="~/xml/CoreImage/_images/flower.png" alt="Photograph of a sunflower." />
4646
</para>
4747
<para>
4848
Produces the following output:
4949
</para>
5050
<para>
51-
<img href="~/CoreImage/_images/affine_clamp.png" alt="Result of applying the filter." />
51+
<img href="~/xml/CoreImage/_images/affine_clamp.png" alt="Result of applying the filter." />
5252
</para>
5353
<para>
5454
"Flower" © 2012 Milica Sekulic, used under a Creative Commons Attribution-ShareAlike license: https://creativecommons.org/licenses/by-sa/3.0/

docs/api/CoreImage/CIAffineTile.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ myImageView.Image = UIImage.FromImage (cgimage);
4242
With the following source:
4343
</para>
4444
<para>
45-
<img href="~/CoreImage/_images/flower.png" alt="Photograph of a sunflower." />
45+
<img href="~/xml/CoreImage/_images/flower.png" alt="Photograph of a sunflower." />
4646
</para>
4747
<para>
4848
Produces the following output:
4949
</para>
5050
<para>
51-
<img href="~/CoreImage/_images/affine_tile.png" alt="Result of applying the filter." />
51+
<img href="~/xml/CoreImage/_images/affine_tile.png" alt="Result of applying the filter." />
5252
</para>
5353
<para>
5454
"Flower" © 2012 Milica Sekulic, used under a Creative Commons Attribution-ShareAlike license: https://creativecommons.org/licenses/by-sa/3.0/

docs/api/CoreImage/CIAffineTransform.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ myImageView.Image = UIImage.FromImage (cgimage);
3737
With the following source:
3838
</para>
3939
<para>
40-
<img href="~/CoreImage/_images/flower.png" alt="Photograph of a sunflower." />
40+
<img href="~/xml/CoreImage/_images/flower.png" alt="Photograph of a sunflower." />
4141
</para>
4242
<para>
4343
Produces the following output:
4444
</para>
4545
<para>
46-
<img href="~/CoreImage/_images/AffineTransform.png" alt="Result of applying the filter." />
46+
<img href="~/xml/CoreImage/_images/AffineTransform.png" alt="Result of applying the filter." />
4747
</para>
4848
<para>
4949
"Flower" © 2012 Milica Sekulic, used under a Creative Commons Attribution-ShareAlike license: https://creativecommons.org/licenses/by-sa/3.0/

docs/api/CoreImage/CIBarsSwipeTransition.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ myImageView.Image = UIImage.FromImage (cgimage);
3737
With the following image inputs:
3838
</para>
3939
<para>
40-
<img href="~/CoreImage/_images/clouds.jpg" alt="Photograph of clouds and sunbeams." />
40+
<img href="~/xml/CoreImage/_images/clouds.jpg" alt="Photograph of clouds and sunbeams." />
4141
</para>
4242
<para>
43-
<img href="~/CoreImage/_images/heron.jpg" alt="Photograph of a heron." />
43+
<img href="~/xml/CoreImage/_images/heron.jpg" alt="Photograph of a heron." />
4444
</para>
4545
<para>
4646
Produces the following output:
4747
</para>
4848
<para>
49-
<img href="~/CoreImage/_images/bars_swipe_transition.png" alt="Result of applying the filter." />
49+
<img href="~/xml/CoreImage/_images/bars_swipe_transition.png" alt="Result of applying the filter." />
5050
</para>
5151
<para>
5252
"Sunrise near Atkeison Plateau" © 2012 Charles Atkeison, used under a Creative Commons Attribution-ShareAlike license: https://creativecommons.org/licenses/by-sa/3.0/

0 commit comments

Comments
 (0)