~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.ImageIO/CGImageSource.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
      <AssemblyInfo>
30
30
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
31
31
      </AssemblyInfo>
 
32
      <Attributes>
 
33
        <Attribute>
 
34
          <AttributeName>System.Obsolete("Use GetProperties")</AttributeName>
 
35
        </Attribute>
 
36
      </Attributes>
32
37
      <ReturnValue>
33
38
        <ReturnType>MonoMac.Foundation.NSDictionary</ReturnType>
34
39
      </ReturnValue>
43
48
      </Docs>
44
49
    </Member>
45
50
    <Member MemberName="CopyProperties">
 
51
      <MemberSignature Language="C#" Value="public MonoMac.Foundation.NSDictionary CopyProperties (MonoMac.ImageIO.CGImageOptions options);" />
 
52
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class MonoMac.Foundation.NSDictionary CopyProperties(class MonoMac.ImageIO.CGImageOptions options) cil managed" />
 
53
      <MemberType>Method</MemberType>
 
54
      <AssemblyInfo>
 
55
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
56
      </AssemblyInfo>
 
57
      <Attributes>
 
58
        <Attribute>
 
59
          <AttributeName>System.Obsolete("Use GetProperties")</AttributeName>
 
60
        </Attribute>
 
61
      </Attributes>
 
62
      <ReturnValue>
 
63
        <ReturnType>MonoMac.Foundation.NSDictionary</ReturnType>
 
64
      </ReturnValue>
 
65
      <Parameters>
 
66
        <Parameter Name="options" Type="MonoMac.ImageIO.CGImageOptions" />
 
67
      </Parameters>
 
68
      <Docs>
 
69
        <param name="options">To be added.</param>
 
70
        <summary>To be added.</summary>
 
71
        <returns>To be added.</returns>
 
72
        <remarks>To be added.</remarks>
 
73
      </Docs>
 
74
    </Member>
 
75
    <Member MemberName="CopyProperties">
46
76
      <MemberSignature Language="C#" Value="public MonoMac.Foundation.NSDictionary CopyProperties (MonoMac.Foundation.NSDictionary dict, int imageIndex);" />
47
77
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class MonoMac.Foundation.NSDictionary CopyProperties(class MonoMac.Foundation.NSDictionary dict, int32 imageIndex) cil managed" />
48
78
      <MemberType>Method</MemberType>
49
79
      <AssemblyInfo>
50
80
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
51
81
      </AssemblyInfo>
 
82
      <Attributes>
 
83
        <Attribute>
 
84
          <AttributeName>System.Obsolete("Use GetProperties")</AttributeName>
 
85
        </Attribute>
 
86
      </Attributes>
52
87
      <ReturnValue>
53
88
        <ReturnType>MonoMac.Foundation.NSDictionary</ReturnType>
54
89
      </ReturnValue>
64
99
        <remarks>To be added.</remarks>
65
100
      </Docs>
66
101
    </Member>
 
102
    <Member MemberName="CopyProperties">
 
103
      <MemberSignature Language="C#" Value="public MonoMac.Foundation.NSDictionary CopyProperties (MonoMac.ImageIO.CGImageOptions options, int imageIndex);" />
 
104
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class MonoMac.Foundation.NSDictionary CopyProperties(class MonoMac.ImageIO.CGImageOptions options, int32 imageIndex) cil managed" />
 
105
      <MemberType>Method</MemberType>
 
106
      <AssemblyInfo>
 
107
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
108
      </AssemblyInfo>
 
109
      <Attributes>
 
110
        <Attribute>
 
111
          <AttributeName>System.Obsolete("Use GetProperties")</AttributeName>
 
112
        </Attribute>
 
113
      </Attributes>
 
114
      <ReturnValue>
 
115
        <ReturnType>MonoMac.Foundation.NSDictionary</ReturnType>
 
116
      </ReturnValue>
 
117
      <Parameters>
 
118
        <Parameter Name="options" Type="MonoMac.ImageIO.CGImageOptions" />
 
119
        <Parameter Name="imageIndex" Type="System.Int32" />
 
120
      </Parameters>
 
121
      <Docs>
 
122
        <param name="options">To be added.</param>
 
123
        <param name="imageIndex">To be added.</param>
 
124
        <summary>To be added.</summary>
 
125
        <returns>To be added.</returns>
 
126
        <remarks>To be added.</remarks>
 
127
      </Docs>
 
128
    </Member>
67
129
    <Member MemberName="CreateImage">
68
130
      <MemberSignature Language="C#" Value="public MonoMac.CoreGraphics.CGImage CreateImage (int index, MonoMac.ImageIO.CGImageOptions options);" />
69
131
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class MonoMac.CoreGraphics.CGImage CreateImage(int32 index, class MonoMac.ImageIO.CGImageOptions options) cil managed" />
140
202
      </ReturnValue>
141
203
      <Parameters />
142
204
      <Docs>
143
 
        <summary>Releases the resourced used by the CGImageSource object.</summary>
 
205
        <summary>Releases the resources used by the CGImageSource object.</summary>
144
206
        <remarks>
145
207
          <para>The Dispose method releases the resources used by the CGImageSource class.</para>
146
208
          <para>Calling the Dispose method when you are finished using the CGImageSource ensures that all external resources used by this managed object are released as soon as possible.  Once you have invoked the Dispose method, the object is no longer useful and you should no longer make any calls to it.  For more information on releasing resources see ``Cleaning up Unmananaged Resources'' at http://msdn.microsoft.com/en-us/library/498928w2.aspx</para>
164
226
        <param name="disposing">
165
227
          <para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources;   If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
166
228
        </param>
167
 
        <summary>Releases the resourced used by the CGImageSource object.</summary>
 
229
        <summary>Releases the resources used by the CGImageSource object.</summary>
168
230
        <remarks>
169
231
          <para>This Dispose method releases the resources used by the CGImageSource class.</para>
170
232
          <para>This method is called by both the Dispose() method and the object finalizer (Finalize).    When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released;  when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>
316
378
        <remarks>To be added.</remarks>
317
379
      </Docs>
318
380
    </Member>
 
381
    <Member MemberName="GetProperties">
 
382
      <MemberSignature Language="C#" Value="public MonoMac.CoreGraphics.CGImageProperties GetProperties (MonoMac.ImageIO.CGImageOptions options = null);" />
 
383
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class MonoMac.CoreGraphics.CGImageProperties GetProperties(class MonoMac.ImageIO.CGImageOptions options) cil managed" />
 
384
      <MemberType>Method</MemberType>
 
385
      <AssemblyInfo>
 
386
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
387
      </AssemblyInfo>
 
388
      <ReturnValue>
 
389
        <ReturnType>MonoMac.CoreGraphics.CGImageProperties</ReturnType>
 
390
      </ReturnValue>
 
391
      <Parameters>
 
392
        <Parameter Name="options" Type="MonoMac.ImageIO.CGImageOptions" />
 
393
      </Parameters>
 
394
      <Docs>
 
395
        <param name="options">To be added.</param>
 
396
        <summary>To be added.</summary>
 
397
        <returns>To be added.</returns>
 
398
        <remarks>To be added.</remarks>
 
399
      </Docs>
 
400
    </Member>
 
401
    <Member MemberName="GetProperties">
 
402
      <MemberSignature Language="C#" Value="public MonoMac.CoreGraphics.CGImageProperties GetProperties (int index, MonoMac.ImageIO.CGImageOptions options = null);" />
 
403
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class MonoMac.CoreGraphics.CGImageProperties GetProperties(int32 index, class MonoMac.ImageIO.CGImageOptions options) cil managed" />
 
404
      <MemberType>Method</MemberType>
 
405
      <AssemblyInfo>
 
406
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
407
      </AssemblyInfo>
 
408
      <ReturnValue>
 
409
        <ReturnType>MonoMac.CoreGraphics.CGImageProperties</ReturnType>
 
410
      </ReturnValue>
 
411
      <Parameters>
 
412
        <Parameter Name="index" Type="System.Int32" />
 
413
        <Parameter Name="options" Type="MonoMac.ImageIO.CGImageOptions" />
 
414
      </Parameters>
 
415
      <Docs>
 
416
        <param name="index">To be added.</param>
 
417
        <param name="options">To be added.</param>
 
418
        <summary>To be added.</summary>
 
419
        <returns>To be added.</returns>
 
420
        <remarks>To be added.</remarks>
 
421
      </Docs>
 
422
    </Member>
319
423
    <Member MemberName="GetStatus">
320
424
      <MemberSignature Language="C#" Value="public MonoMac.ImageIO.CGImageSourceStatus GetStatus ();" />
321
425
      <MemberSignature Language="ILAsm" Value=".method public hidebysig instance valuetype MonoMac.ImageIO.CGImageSourceStatus GetStatus() cil managed" />