Page 1 of 1

Problem in drawing part of the surface with differentpattern

Posted: Tue Jul 15, 2008 2:17 pm
by 14047415
Hi,

I am drawing 3D surface with Surface class.

For applying patterns on surface, i m using this code

Surface.Brush.Style = System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal;

This code applying the given pattern on the whole surface.

My requirement is to draw a single suface with different patterns.

Hint: Same like Surface.AddPalette for applying different colors on same
surface.

-Raed

Posted: Tue Jul 15, 2008 2:33 pm
by narcis
Hi Raed,

I'm afraid this is not possible at the present moment. I've added your request to the wish-list to be considered for inclusion in future releases.