Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
C# (CSharp) IBitmap.Or Beispiele
Programmiersprache:
C# (CSharp)
Klasse / Typ:
IBitmap
Methode / Funktion:
Or
Beispiele auf hotexamples.com:
1
C# (CSharp) IBitmap.Or - 1 Beispiele gefunden
. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die
IBitmap.Or
, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
Häufig verwendete Methoden
Anzeigen
Verbergen
ToNative(26)
GetPixel(11)
TruePositions(8)
Dispose(7)
Save(7)
UnlockBitmapPixelData(6)
SetPixel(6)
LockBitmapPixelData(6)
Lock(5)
Height(5)
GetByteAt(5)
Width(5)
BitwiseOR(4)
LoadTexture(4)
RowOffset(4)
CreateRef(4)
OutBoundY(3)
ToDds(3)
Resize(3)
Init(3)
OutBoundX(3)
SetByteAt(2)
SetTransaction(2)
ToImageSharp(2)
ToPixelSampler(2)
ToSkia(2)
GetTextDraw(2)
AddSequence(2)
GetHashCode(2)
Duplicate(2)
ForEach(2)
CreateMask(2)
Crop(2)
Convert(2)
SizeInBytes(1)
TexImage2D(1)
Contains(1)
ToGdiBitmap(1)
CompareTo(1)
Clone(1)
ToLinearSpace(1)
BitwiseAND(1)
ApplyArea(1)
Any(1)
Unlock(1)
AndNot(1)
Unwrap(1)
And(1)
Should(1)
SetPixels(1)
Häufig verwendete Methoden
ToNative (26)
GetPixel (11)
TruePositions (8)
Dispose (7)
Save (7)
UnlockBitmapPixelData (6)
SetPixel (6)
LockBitmapPixelData (6)
Lock (5)
Height (5)
Häufig verwendete Methoden
GetByteAt (5)
Width (5)
BitwiseOR (4)
LoadTexture (4)
RowOffset (4)
CreateRef (4)
OutBoundY (3)
ToDds (3)
Resize (3)
Init (3)
OutBoundX (3)
SetByteAt (2)
SetTransaction (2)
ToImageSharp (2)
ToPixelSampler (2)
ToSkia (2)
GetTextDraw (2)
AddSequence (2)
GetHashCode (2)
Duplicate (2)
Häufig verwendete Methoden
OutBoundX (3)
SetByteAt (2)
SetTransaction (2)
ToImageSharp (2)
ToPixelSampler (2)
ToSkia (2)
GetTextDraw (2)
AddSequence (2)
GetHashCode (2)
Duplicate (2)
ForEach (2)
CreateMask (2)
Crop (2)
Convert (2)
SizeInBytes (1)
TexImage2D (1)
Contains (1)
ToGdiBitmap (1)
CompareTo (1)
Clone (1)
ToLinearSpace (1)
BitwiseAND (1)
ApplyArea (1)
Any (1)
Unlock (1)
AndNot (1)
Unwrap (1)
And (1)
Should (1)
SetPixels (1)
Häufig verwendete Methoden
ForEach (2)
CreateMask (2)
Crop (2)
Convert (2)
SizeInBytes (1)
TexImage2D (1)
Contains (1)
ToGdiBitmap (1)
CompareTo (1)
Clone (1)
ToLinearSpace (1)
BitwiseAND (1)
ApplyArea (1)
Any (1)
Unlock (1)
AndNot (1)
Unwrap (1)
And (1)
Should (1)
SetPixels (1)
SetResolution (1)
Get (1)
CopyToSquareCanvas (1)
Count (1)
Create (1)
ResizeToFit (1)
EmptyColumn (1)
Or (1)
Not (1)
MatchColours (1)
MakeTransparent (1)
EmptyRow (1)
All (1)
Equals (1)
IsNullReference (1)
Xor (1)
Beispiel #1
0
Datei anzeigen
Datei:
BitmapQuery.cs
Projekt:
aberkromb/Crude.BitmapIndex
public BitmapQuery <T> Or(string key) { _queryResultBitMap.Or(_bitMapIndex[key]); return(this); }
x