IImageLibraryEntrySetImageAsync Method

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Task<bool> SetImageAsync(
	Bitmap image,
	bool generatePreview
)

Parameters

image  Bitmap
 
generatePreview  Boolean
 

Return Value

TaskBoolean

See Also