Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) SourceImage.Freeze Examples
Programming Language:
C# (CSharp)
Class/Type:
SourceImage
Method/Function:
Freeze
Examples at hotexamples.com:
1
C# (CSharp) SourceImage.Freeze - 1 examples found
. These are the top rated real world C# (CSharp) examples of
SourceImage.Freeze
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Clone(13)
GetPixel(7)
Dispose(6)
TriggerImageChanged(5)
Copy(4)
Cast(3)
Save(2)
TransformToVisual(2)
Lock(2)
GetImage(2)
SetPixel(2)
GetCroppedBitmapAsync(2)
Rotate(1)
Substring(1)
SetValue(1)
ToBitmap(1)
ToString(1)
LockPixels(1)
Bounds(1)
Invalidate(1)
IndexOf(1)
GetPixelRowSpan(1)
GetOptimizedSVG(1)
GetCroppedImageAsync(1)
GetBWMatrixFromPicture(1)
Freeze(1)
FixOrientation(1)
DrawPolyline(1)
Crop(1)
CopyPixels(1)
CompletePalette(1)
getFileSize(1)
Frequently Used Methods
Clone (13)
GetPixel (7)
Dispose (6)
TriggerImageChanged (5)
Copy (4)
Cast (3)
Save (2)
TransformToVisual (2)
Lock (2)
GetImage (2)
Frequently Used Methods
SetPixel (2)
GetCroppedBitmapAsync (2)
Rotate (1)
Substring (1)
SetValue (1)
ToBitmap (1)
ToString (1)
LockPixels (1)
Bounds (1)
Invalidate (1)
IndexOf (1)
GetPixelRowSpan (1)
GetOptimizedSVG (1)
GetCroppedImageAsync (1)
GetBWMatrixFromPicture (1)
Freeze (1)
FixOrientation (1)
DrawPolyline (1)
Crop (1)
CopyPixels (1)
Frequently Used Methods
IndexOf (1)
GetPixelRowSpan (1)
GetOptimizedSVG (1)
GetCroppedImageAsync (1)
GetBWMatrixFromPicture (1)
Freeze (1)
FixOrientation (1)
DrawPolyline (1)
Crop (1)
CopyPixels (1)
CompletePalette (1)
getFileSize (1)
Frequently Used Methods
CompletePalette (1)
getFileSize (1)
Example #1
0
Show file
File:
ImageData.cs
Project:
0V/AuxSpatialFilter
public void Freeze() { SourceImage.Freeze(); ResultImage.Freeze(); }
x