Note: You must be registered in order to post a reply.To register, click here. Registration is FREE!
// Add a soft shadow to the current image using an angle angle := 45; // angled toward the bottom-right dist := 5; offX := cos( IEDegreesToRadians( angle )) * dist; offY := sin( IEDegreesToRadians( angle )) * dist; ImageEnView1.Proc.AddSoftShadow( 5, offX, offY );