Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mono/mcs/class/Mono.Cairo/Documentation/en/Cairo/Context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ Cairo.Context g = new Cairo.Context (s);
>
</example>




Note that the <paramref name="surface" /> can be a <see cref="T:Cairo.Surface" /> or <see cref="T:Cairo.ImageSurface" />.</remarks
>
Expand Down
2 changes: 2 additions & 0 deletions mono/mcs/class/Mono.Cairo/Documentation/en/Cairo/Matrix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,8 @@ if (cs == Cairo.Status.Success) {
</item>
</list>



Affine transformations are position invariant, so the same vector always transforms to the same vector. If (x1,y1) transforms to (x2,y2) then (x1+@x1,y1+dy1) will transform to (x1+dx2,y1+dy2) for all values of x1 and x2.
</summary
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,8 @@ public static void Main(string[] argv)
>
</example>



See also opendir()</remarks
>
<altmember cref="T:Mono.Unix.UnixDirectory" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2414,6 +2414,8 @@ if the attribute is not found.</para
<para
>If the reader
is positioned on a <see langword="DocumentType" />



node, this method can be used to get the PUBLIC and
SYSTEM literals.</para
Expand Down Expand Up @@ -2999,6 +3001,8 @@ have a name (like <see langword="Text" />, <see langword="Comment" /> , and so o
<para
> The qualified name is equivalent to
the <see cref="P:System.Xml.XmlReader.LocalName" />



prefixed with <see cref="P:System.Xml.XmlReader.Prefix" /> and the
':' character. For example, <see cref="P:System.Xml.XmlReader.Name" /> is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ y.Equals(z) implies x.Equals(z); for any values x, y and z for which these expr
Hash functions are used with <see langword="hashtables" />. A good hash function
algorithm rarely generates hash codes that collide. For more information about
hash functions, see <paramref name="The Art of Computer Programming" />



, Vol. 3, by Donald E. Knuth.</block
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2040,6 +2040,8 @@
not contained in the current instance, attempting to get it returns
<see langword="null" />, and attempting to set it creates a new entry
using <paramref name="key" />



.</para
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@
the full path of the module reflected by the current instance. If the assembly
that contains the module reflected by the current instance was loaded from
a <see cref="T:System.Byte" />




array, the value of this string is "&lt;Unknown&gt;".</para
Expand Down Expand Up @@ -1662,6 +1664,8 @@
name of the module reflected by the current instance, with the path component
removed. If the assembly that contains the module reflected by the current
instance was loaded from a <see cref="T:System.Byte" />



array, the value of this string is "&lt;Unknown&gt;".</para
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ with 0 and 1 and the second dimension indexed with 0, 1, 2, and 3. </para
the pair specifying the lower bound for that dimension and the second specifying
the total number of elements in that dimension. Thus, a two-dimensional array
of <see cref="T:System.Int32" />



objects would also have a constructor that could be called with <c>(-1, 2, 1, 3)</c> as its arguments,
specifying an array of 6 zeros, with the first dimension indexed by -1 and 0,
Expand Down