CMFCImageEditorDialog Class
The CMFCImageEditorDialog class supports an image editor dialog box.
class CMFCImageEditorDialog : public CDialogEx
Members
Public Constructors
Name |
Description |
---|---|
Constructs a CMFCImageEditorDialog object. |
Remarks
The CMFCImageEditorDialog class provides a dialog box that includes:
A picture area that you use to modify individual pixels in an image.
Drawing tools to modify the pixels in the picture area.
A color palette to specify the color that is used by the drawing tools.
A preview area that displays the effect of your edit.
The following illustration shows an image editor dialog box.
One way to use a CMFCImageEditorDialog object is to pass it a CBitmap image to be edited. Do not create a large image because the image editing area has a limited size and the logical pixel size is adjusted to fit the area. Call the DoModal method to start a modal dialog box.
Inheritance Hierarchy
Requirements
Header: afximageeditordialog.h