StiShadow Class
Namespace: Stimulsoft.Base.Drawing
Methods
| Method | Returns | Description |
|---|---|---|
DrawBottomShadow static |
void | |
DrawCachedShadow static (+1 overloads) |
void | |
DrawEdgeShadow static |
void | |
DrawLeftShadow static |
void | |
DrawRightShadow static |
void | |
DrawShadow static |
void | |
DrawTopShadow static |
void |
Method Details
DrawBottomShadow static
DrawBottomShadow(g: Graphics, rect: Rectangle): void
Parameters
- g (Graphics)
- rect (Rectangle)
DrawCachedShadow static
DrawCachedShadow(g: Graphics, rect: RectangleF, sides: StiShadowSides, cornerRadius: StiCornerRadius, isSimple: bool): void
Parameters
- g (Graphics)
- rect (RectangleF)
- sides (StiShadowSides)
- cornerRadius (StiCornerRadius)
- isSimple (bool)
DrawCachedShadow(g: Graphics, rect: Rectangle, cornerRadius: StiCornerRadius, sides: StiShadowSides): void
Parameters
- g (Graphics)
- rect (Rectangle)
- cornerRadius (StiCornerRadius)
- sides (StiShadowSides)
DrawEdgeShadow static
DrawEdgeShadow(g: Graphics, rect: Rectangle): void
Parameters
- g (Graphics)
- rect (Rectangle)
DrawLeftShadow static
DrawLeftShadow(g: Graphics, rect: Rectangle): void
Parameters
- g (Graphics)
- rect (Rectangle)
DrawRightShadow static
DrawRightShadow(g: Graphics, rect: Rectangle): void
Parameters
- g (Graphics)
- rect (Rectangle)
DrawShadow static
DrawShadow(g: Graphics, rect: Rectangle): void
Parameters
- g (Graphics)
- rect (Rectangle)
DrawTopShadow static
DrawTopShadow(g: Graphics, rect: Rectangle): void
Parameters
- g (Graphics)
- rect (Rectangle)