Version

CustomizeDialogImageEditor Constructor(Size,Boolean)

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

Parameters

defaultImageSize
Indicates the image size to be edited
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