Exemplo n.º 1
0
 internal FTBitmap(BitmapRec bmpInt, Library library)
 {
     this.rec = bmpInt;
     this.library = library;
 }
Exemplo n.º 2
0
 internal FTBitmap(BitmapRec bmpInt)
     : this(bmpInt, null)
 {
 }
Exemplo n.º 3
0
		internal FTBitmap(IntPtr reference, BitmapRec bmpInt, Library library)
		{
			this.reference = reference;
			this.rec = bmpInt;
			this.library = library;
		}