Problem in drawing part of the surface with differentpattern
Posted: Tue Jul 15, 2008 2:17 pm
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
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