This commit is contained in:
Miguel de Icaza 2016-07-06 10:30:34 -04:00
Родитель aed73d8565
Коммит 7758f65f9e
2 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -9,8 +9,8 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Verbs contained in an <see cref="T:SkiaSharp.SKPath" />.</summary>
<remarks>In the description below, the number of points returned represents the number of valid entries on the return array of SKPoints that is passed to the Next method on the iterator.</remarks>
</Docs>
<Members>
<Member MemberName="Close">
@ -24,7 +24,7 @@
<ReturnType>SkiaSharp.SKPath+Verb</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Close path, a call to the iterators Next() method will return one point (countours MoveTo point).</summary>
</Docs>
</Member>
<Member MemberName="Conic">
@ -38,7 +38,7 @@
<ReturnType>SkiaSharp.SKPath+Verb</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Conic path, a call to the iterators Next() method will return three points, plus the ConicWeight point.</summary>
</Docs>
</Member>
<Member MemberName="Cubic">
@ -52,7 +52,7 @@
<ReturnType>SkiaSharp.SKPath+Verb</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Cubic path, a call to the iterators Next() method will return four points</summary>
</Docs>
</Member>
<Member MemberName="Done">
@ -66,7 +66,7 @@
<ReturnType>SkiaSharp.SKPath+Verb</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>The path is completed, points will not contain any data.</summary>
</Docs>
</Member>
<Member MemberName="Line">
@ -80,7 +80,7 @@
<ReturnType>SkiaSharp.SKPath+Verb</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Line path, a call to the iterators Next() method will return two points.</summary>
</Docs>
</Member>
<Member MemberName="Move">
@ -94,7 +94,7 @@
<ReturnType>SkiaSharp.SKPath+Verb</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Move command, a call to the iterators Next() method will return a single point.</summary>
</Docs>
</Member>
<Member MemberName="Quad">
@ -108,7 +108,7 @@
<ReturnType>SkiaSharp.SKPath+Verb</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Quad command, a call to the iterators Next() method will return three points.</summary>
</Docs>
</Member>
</Members>

2
skia

@ -1 +1 @@
Subproject commit 9bd4382e6d99a57b9c94fe9a3ff972f03a7f0f4e
Subproject commit 2e4ace6235c0515c65931e5c08b212f83e3081e4