Click here to Skip to main content
15,879,326 members
Articles / Desktop Programming / MFC

A Matrix-Based 2-D Polygon Clipping Class

Rate me:
Please Sign up or sign in to vote.
3.50/5 (40 votes)
28 Mar 2003CDDL8 min read 199.3K   4.7K   58  
An article on 2-D Polygon Clipping
REGEDIT
; This .REG file may be used by your SETUP program.
;   If a SETUP program is not available, the entries below will be
;   registered in your InitInstance automatically with a call to
;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.

HKEY_CLASSES_ROOT\.bmp = PolyClipDemo.Document
HKEY_CLASSES_ROOT\PolyClipDemo.Document\shell\open\command = POLYCLIPDEMO.EXE %1
HKEY_CLASSES_ROOT\PolyClipDemo.Document\shell\open\ddeexec = [open("%1")]
HKEY_CLASSES_ROOT\PolyClipDemo.Document\shell\open\ddeexec\application = POLYCLIPDEMO
    ; note: the application is optional
    ;  (it defaults to the app name in "command")

HKEY_CLASSES_ROOT\PolyClipDemo.Document = PolyCl Document

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Common Development and Distribution License (CDDL)


Written By
Other
Anonymous Proxy Anonymous Proxy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions