// Enable stamping of a Snow Flake (with a transparent background) ImageEnView1.BrushTool.BrushImage.Read( 'C:\SnowFlake.png' ); ImageEnView1.BrushTool.BrushFill := iebfImage; ImageEnView1.BrushTool.BrushShape := iecsRectangle; ImageEnView1.BrushTool.PaintMode := iepmStamp; ImageEnView1.MouseInteractGeneral := [ miBrushTool ];
// Disable continuous cloning to improve performance (though can give choppy clone fills if mouse is moved too quickly) ImageEnView1.CloneTool.PaintMode := iepmDiscrete;