public override Brush CreateParticle()
 {
     return(ParticleGeometryFactory.CreateImageParticle(Color, Source, RenderSize));
 }