Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4e271520
Kaydet (Commit)
4e271520
authored
Ara 09, 2014
tarafından
Chris Sherlock
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: update REAME.GDIMetaFile
Change-Id: Ica56b6b07f8fc521882d15c1bf95cc6c162b4fd1
üst
b089c109
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
README.GDIMetaFile
vcl/README.GDIMetaFile
+4
-5
No files found.
vcl/README.GDIMetaFile
Dosyayı görüntüle @
4e271520
...
...
@@ -189,20 +189,19 @@ Basic pseudocode
----------------
The following illustrates an exceptionally basic and incomplete implementation of how to use
GDIMetafile
(TODO: put this into a unit test, or a vcl demo app).
GDIMetafile
. An example can be found at vcl/workben/mtfdemo.cxx
main
()
DemoWin::Paint
()
{
// assume that VCL has been initialized and a new application created
Window* pWin = new WorkWindow();
GDIMetaFile* pMtf = new GDIMetaFile();
ifstream aInFile;
aInFile.open("example.emf");
SvFileStream aFileStream("example.emf", STEAM_READ);
pMtf->Read(aInFile
);
ReadWindowMetafile(aFileStream, pMtf
);
pMtf->Play(pWin);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment