Share via


VNCircleInitializationOption Enum

Definition

This enum is used to select how to initialize a new instance of a VNCircle.

public enum VNCircleInitializationOption
type VNCircleInitializationOption = 
Inheritance
VNCircleInitializationOption

Fields

Name Value Description
Radius 0

The radiusOrDiameter parameter passed to the constructor is the radius of the circle.

Diameter 1

The radiusOrDiameter parameter passed to the constructor is the diameter of the circle.

Applies to