Question Research depend in Rotating circle

Esmat_halfa

New member
Joined
Mar 2, 2016
Messages
2
Programming Experience
3-5
Hi all,

I am just turned into C# language (formerly use delphi) so i am not expert to start my COMPUTING part of my research ,i will explain in detail later but can i initially find someone help me step by step

- First step i want to draw a circle with 3 and 4 sectors(equals sectors) and specify colors for each sector then rotate it


thanks 4 your helpful

Esmat
 
Last edited by a moderator:
Graphics.DrawPie will let you do that, here's one of many example to be found: Fill and draw pie slices in C# - C# HelperC# Helper

Graphics class also has a RotateTransform method that may be helpful, or perhaps using Transform property and a Matrix.
 
For future reference, if you're asking a question set the Prefix for your thread to Question. If you set it to Tip then people will tend to think that you're providing a tip.
 
Back
Top Bottom