'Declaration Public Function New( _
ByVal imageThe VintasoftImage object.As Vintasoft.Imaging.VintasoftImage, _
ByVal renderingSettingsThe rendering settings, which must be used for loading of image.As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal decodingSettingsThe decoding settings, which must be used for loading of image.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal isFocusedImageA value indicating whether the focused image is initialing.As Boolean _
)
public ImageInitializingEventArgs(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings renderingSettings,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings decodingSettings,
bool isFocusedImage
)
Parameters
- image
- The VintasoftImage object.
- renderingSettings
- The rendering settings, which must be used for loading of image.
- decodingSettings
- The decoding settings, which must be used for loading of image.
- isFocusedImage
- A value indicating whether the focused image is initialing.