메소드 | 설명 | |
---|---|---|
ColorForTrack ( int track ) : System.Windows.Media.Brush | ||
ComputeCartesianCoordinate ( double angle, double radius ) : Point | ||
SectorView ( ) : System | ||
SetEnabled ( int sectorEnabled ) : void | ||
SetLocation ( int sectorActive, float sectorLocation ) : void |
메소드 | 설명 | |
---|---|---|
OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void |
메소드 | 설명 | |
---|---|---|
DrawBall ( System.Windows.Controls.Canvas canvas, Point centre, int i, float theWidth ) : System.Windows.Shapes.Ellipse | ||
DrawCord ( System.Windows.Controls.Canvas canvas, Point centre, float theWidth ) : void | ||
DrawGeometry ( System.Windows.Media.StreamGeometryContext context, Point centre, float RotationAngle, float WedgeAngle, float Radius, float InnerRadius ) : void | ||
DrawText ( System.Windows.Controls.Canvas canvas, Point centre, float arcRadius, int i, float rotationAngle ) : void | ||
DrawWedge ( System.Windows.Controls.Canvas canvas, Point centre, float arcRadius, int i, float rotationAngle, float wedgeAngle, System.Windows.Media.Brush sectorBrush ) : System.Windows.Shapes.Path |
public ColorForTrack ( int track ) : System.Windows.Media.Brush | ||
track | int | |
리턴 | System.Windows.Media.Brush |
public static ComputeCartesianCoordinate ( double angle, double radius ) : Point | ||
angle | double | |
radius | double | |
리턴 | Point |
protected OnRenderSizeChanged ( System.Windows.SizeChangedInfo sizeInfo ) : void | ||
sizeInfo | System.Windows.SizeChangedInfo | |
리턴 | void |
public SetLocation ( int sectorActive, float sectorLocation ) : void | ||
sectorActive | int | |
sectorLocation | float | |
리턴 | void |