GraphicsExtensionsFillPath Method
Note: This API is now obsolete.
Fills the interior of a PathStep array.
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
[ObsoleteAttribute]
public static RectangleF FillPath(
this IGraphics g,
ColorBrush brush,
float startX,
float startY,
PathStep[] steps
)
<ExtensionAttribute>
<ObsoleteAttribute>
Public Shared Function FillPath (
g As IGraphics,
brush As ColorBrush,
startX As Single,
startY As Single,
steps As PathStep()
) As RectangleF
public:
[ExtensionAttribute]
[ObsoleteAttribute]
static RectangleF FillPath(
IGraphics^ g,
ColorBrush^ brush,
float startX,
float startY,
array<PathStep^>^ steps
)
[<ExtensionAttribute>]
[<ObsoleteAttribute>]
static member FillPath :
g : IGraphics *
brush : ColorBrush *
startX : float32 *
startY : float32 *
steps : PathStep[] -> RectangleF
- g IGraphics
-
- brush ColorBrush
-
- startX Single
-
- startY Single
-
- steps PathStep
-
RectangleFIn Visual Basic and C#, you can call this method as an instance method on any object of type
IGraphics. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).