private enum StretchBltMode : int { STRETCH_ANDSCANS = 1, STRETCH_ORSCANS = 2, STRETCH_DELETESCANS = 3, STRETCH_HALFTONE = 4, }
Private Enum StretchBltMode As Integer STRETCH_ANDSCANS = 1 STRETCH_ORSCANS = 2 STRETCH_DELETESCANS = 3 STRETCH_HALFTONE = 4 End Enum
None.
Do you have...
Select "Edit This Page" on the right hand toolbar and edit it!