Version

CustomizeDialogImageEditor Constructor(Image,Boolean)

Initializes a new CustomizeDialogImageEditor
Syntax
'Declaration
 
Public Function New( _
   ByVal initialImage As Image, _
   ByVal isEmbedded As Boolean _
)
public CustomizeDialogImageEditor( 
   Image initialImage,
   bool isEmbedded
)

Parameters

initialImage
The image used to initialize the editor.
isEmbedded
Indicates that this is an embedded dialog. This means that when a new images is created or loaded, the Modified property will be set to true to indicate that the image has changed from the initial state.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also