IGeometrySink.BeginFigure Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the starting endpoint for a geometry instance. This API is obsolete. IGeometrySink110 should be used instead.
public void BeginFigure (double x, double y, double? z, double? m);
abstract member BeginFigure : double * double * Nullable<double> * Nullable<double> -> unit
Public Sub BeginFigure (x As Double, y As Double, z As Nullable(Of Double), m As Nullable(Of Double))
Parameters
- x
- Double
A double that specifies the x-coordinate of the starting endpoint of a geometry instance.
- y
- Double
A double that specifies the y-coordinate of the starting endpoint of a geometry instance.
A double that specifies the z-coordinate of the starting endpoint of a geometry instance. Is Nullable.