예제 #1
0
파일: Bitmap.cs 프로젝트: majorsilence/Eto
		/// <summary>
		/// Unlocks the previously locked data
		/// </summary>
		/// <remarks>
		/// This will unlock the data, and in some platforms write the data back to the image.  You must
		/// call this method before using the bitmap again.
		/// </remarks>
		/// <param name="bitmapData">The data previously locked via the <see cref="Lock"/> method</param>
		public void Unlock (BitmapData bitmapData)
		{
			handler.Unlock (bitmapData);
		}
예제 #2
0
		public void Unlock(BitmapData bitmapData)
		{
			inner.Unlock(bitmapData);
		}
예제 #3
0
		public void Unlock(BitmapData bitmapData)
		{
		}
예제 #4
0
 public void Unlock(BitmapData bitmapData)
 {
     Handler.Unlock(bitmapData);
 }