Class RendererUtils
Inheritance
System.Object
RendererUtils
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.Tools.Windows.dll
public class RendererUtils
Constructors
Declaration
Methods
Declaration
public static Rectangle[] GetAntiAliasingRectangles(Rectangle rect)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
rect |
|
Returns
Type |
System.Drawing.Rectangle[] |
Declaration
public GraphicsPath GetRoundedPath(RectangleF bounds, int radious)
Parameters
Type |
Name |
Description |
System.Drawing.RectangleF |
bounds |
|
System.Int32 |
radious |
|
Returns
Type |
System.Drawing.Drawing2D.GraphicsPath |
Declaration
public static Point[] GetRoundedPolygon(Rectangle rc, int iRadius)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
rc |
|
System.Int32 |
iRadius |
|
Returns
Type |
System.Drawing.Point[] |
Declaration
public static Region GetRoundedRegion(Rectangle rc, int iRadius)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
rc |
|
System.Int32 |
iRadius |
|
Returns
Type |
System.Drawing.Region |
Declaration
public static Point[] GetSquareRoundedToDownPolygon(Rectangle rc, int iRadius)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
rc |
|
System.Int32 |
iRadius |
|
Returns
Type |
System.Drawing.Point[] |
Declaration
public static Point[] GetSquareRoundedToLeftPolygon(Rectangle rc, int iRadius)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
rc |
|
System.Int32 |
iRadius |
|
Returns
Type |
System.Drawing.Point[] |
Declaration
public static Point[] GetSquareRoundedToRightPolygon(Rectangle rc, int iRadius)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
rc |
|
System.Int32 |
iRadius |
|
Returns
Type |
System.Drawing.Point[] |
Declaration
public static Point[] GetSquareRoundedToUpPolygon(Rectangle rc, int iRadius)
Parameters
Type |
Name |
Description |
System.Drawing.Rectangle |
rc |
|
System.Int32 |
iRadius |
|
Returns
Type |
System.Drawing.Point[] |
Declaration
public static bool IsValidRegion(ToolStrip toolStrip, Graphics g)
Parameters
Type |
Name |
Description |
System.Windows.Forms.ToolStrip |
toolStrip |
|
System.Drawing.Graphics |
g |
|
Returns