[JEDI.NET-commits] docs Jedi.Windows.Forms.Graphics.ShapeControl.xml,1.1,1.2 namespaceDoc.Jedi.Windo
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-03-12 13:10:08
|
Update of /cvsroot/jedidotnet/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14249/docs Modified Files: Jedi.Windows.Forms.Graphics.ShapeControl.xml namespaceDoc.Jedi.Windows.Forms.Graphics.xml Log Message: Completely documented Index: Jedi.Windows.Forms.Graphics.ShapeControl.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/Jedi.Windows.Forms.Graphics.ShapeControl.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Jedi.Windows.Forms.Graphics.ShapeControl.xml 8 Mar 2005 10:50:30 -0000 1.1 --- Jedi.Windows.Forms.Graphics.ShapeControl.xml 12 Mar 2005 13:09:54 -0000 1.2 *************** *** 4,84 **** <member name="T:Jedi.Windows.Forms.Graphics.Shape"> <summary> </summary> </member> <member name="M:Jedi.Windows.Forms.Graphics.Shape.#ctor"> - <summary> - </summary> </member> <member name="P:Jedi.Windows.Forms.Graphics.Shape.Brush"> <summary> </summary> <value> </value> </member> <member name="M:Jedi.Windows.Forms.Graphics.Shape.OnPaint(System.Windows.Forms.PaintEventArgs)"> ! <!--Optional member; you're not required to document this member--> ! <summary> ! </summary> ! <param name="e"> ! </param> </member> <member name="M:Jedi.Windows.Forms.Graphics.Shape.OnResize(System.EventArgs)"> ! <!--Optional member; you're not required to document this member--> ! <summary> ! </summary> ! <param name="e"> ! </param> </member> <member name="P:Jedi.Windows.Forms.Graphics.Shape.Pen"> <summary> </summary> <value> </value> </member> <member name="P:Jedi.Windows.Forms.Graphics.Shape.Shape"> <summary> </summary> <value> </value> </member> <member name="T:Jedi.Windows.Forms.Graphics.Shape.ShapeType"> <summary> </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stCircle"> <summary> </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stEllipse"> <summary> </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stRectangle"> <summary> </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stRoundRect"> <summary> </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stRoundSquare"> <summary> </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stSquare"> <summary> </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.SShapeBrush"> ! <summary> ! </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.SShapePen"> ! <summary> ! </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.SShapeType"> ! <summary> ! </summary> </member> </members> \ No newline at end of file --- 4,88 ---- <member name="T:Jedi.Windows.Forms.Graphics.Shape"> <summary> + Provides a means to draw a standard shape. </summary> </member> <member name="M:Jedi.Windows.Forms.Graphics.Shape.#ctor"> </member> <member name="P:Jedi.Windows.Forms.Graphics.Shape.Brush"> <summary> + Gets or sets the brush to use to render the interior of the shape. </summary> <value> + A <see cref="T:System.Drawing.Brush" /> value indicating how the interior of the shape to render in the control. </value> </member> <member name="M:Jedi.Windows.Forms.Graphics.Shape.OnPaint(System.Windows.Forms.PaintEventArgs)"> ! <exclude /> </member> <member name="M:Jedi.Windows.Forms.Graphics.Shape.OnResize(System.EventArgs)"> ! <exclude /> </member> <member name="P:Jedi.Windows.Forms.Graphics.Shape.Pen"> <summary> + Gets or sets the pen to use to render the outline of the shape. </summary> <value> + A <see cref="T:System.Drawing.Pen" /> value indicating how the outline of the shape to render in the control. </value> </member> <member name="P:Jedi.Windows.Forms.Graphics.Shape.Shape"> <summary> + Gets or set the type of shape to render. </summary> <value> + The type of shape to render in the control. </value> </member> <member name="T:Jedi.Windows.Forms.Graphics.Shape.ShapeType"> <summary> + Type used to specify the type of shape to draw in the <see cref="T:Jedi.Windows.Forms.Graphics.Shape" /> control. </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stCircle"> <summary> + Draws a circle. The circle will have a diameter of either the width or height of the control, depending on the + smaller of the two, and will be centered in the control. </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stEllipse"> <summary> + Draws an ellipse. </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stRectangle"> <summary> + Draws a rectangle. </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stRoundRect"> <summary> + Draws a rectangle with rounded corners. </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stRoundSquare"> <summary> + Draws a square with rounded corners. The square will have the size of either the width or height of the control, + depending on the smaller of the two, and will be centered in the control. </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.ShapeType.stSquare"> <summary> + Draws a square. The square will have the size of either the width or height of the control, depending on the + smaller of the two, and will be centered in the control. </summary> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.SShapeBrush"> ! <exclude /> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.SShapePen"> ! <exclude /> </member> <member name="F:Jedi.Windows.Forms.Graphics.Shape.SShapeType"> ! <exclude /> </member> </members> \ No newline at end of file Index: namespaceDoc.Jedi.Windows.Forms.Graphics.xml =================================================================== RCS file: /cvsroot/jedidotnet/docs/namespaceDoc.Jedi.Windows.Forms.Graphics.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** namespaceDoc.Jedi.Windows.Forms.Graphics.xml 8 Mar 2005 10:50:30 -0000 1.1 --- namespaceDoc.Jedi.Windows.Forms.Graphics.xml 12 Mar 2005 13:09:54 -0000 1.2 *************** *** 4,7 **** --- 4,8 ---- <member name="N:Jedi.Windows.Forms.Graphics"> <summary> + The <b>Jedi.Windows.Forms.Graphics</b> namespace provides various graphical components and controls. </summary> </member> |