INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Win32 API: Clipping Functions"
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class WAPI_CLIPPING_FUNCTIONS
inherit

WAPI_ERROR_SERVER
end
feature

ExcludeClipRect (hdc, nleftrect, ntoprect, nrightrect, nbottomrect: INTEGER): INTEGER
-- Creates a new clipping region that consists of the existing 
-- clipping region minus the specified rectangle.

SelectClipRgn (hdc, hrgn: INTEGER): INTEGER
-- Selects a region as the current clipping region for the specified 
-- device context.
end -- class WAPI_CLIPPING_FUNCTIONS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES