EllipseLineDataProvider.Resolution Property
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.
Resolution is the number of points used to define positions for points on the line. Equivalent to PointCount. Clamped at 2048 max
public:
property int Resolution { int get(); void set(int value); };
public int Resolution { get; set; }
member this.Resolution : int with get, set
Public Property Resolution As Integer