DrawPickFillPolygon Method (Int32, Int32, Int32) |
Fills a polygon.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public override void FillPolygon(
int[] xpoints,
int[] ypoints,
int npoints
)
Public Overrides Sub FillPolygon (
xpoints As Integer(),
ypoints As Integer(),
npoints As Integer
)
public:
virtual void FillPolygon(
array<int>^ xpoints,
array<int>^ ypoints,
int npoints
) override
abstract FillPolygon :
xpoints : int[] *
ypoints : int[] *
npoints : int -> unit
override FillPolygon :
xpoints : int[] *
ypoints : int[] *
npoints : int -> unit
Parameters
- xpoints
- Type: SystemInt32
An int array which contains the abscissae of the points
which define the polygon.
- ypoints
- Type: SystemInt32
An int array which contains the ordinates of the points
which define the polygon.
- npoints
- Type: SystemInt32
An int which specifies the number of pointsto add to the
graphics path.
See Also