@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: private enum StretchBltMode : int { STRETCH_ANDSCANS = 1, STRETCH_ORSCANS = 2, STRETCH_DELETESCANS = 3, STRETCH_HALFTONE = 4, } !!!!VB.NET Definition: Private Enum StretchBltMode As Integer STRETCH_ANDSCANS = 1 STRETCH_ORSCANS = 2 STRETCH_DELETESCANS = 3 STRETCH_HALFTONE = 4 End Enum !!!!Notes: None. Documentation: StretchBltMode@msdn on MSDN
Edit Enums.StretchBltMode
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.