IGeometrySink.BeginFigure Method

Definition

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.

z
Nullable<Double>

A double that specifies the z-coordinate of the starting endpoint of a geometry instance. Is Nullable.

m
Nullable<Double>

A double that specifies the measure for the point. Is Nullable.

Applies to