KitchenDraw SDK 2
Show / Hide Table of Contents

Constructor Segment

Segment(Point, Point)

Constructs a segment from given segment points

Declaration
public Segment(Scene.Selection_.Outline.Point a, Scene.Selection_.Outline.Point b)
Parameters
Type Name Description
Scene.Selection_.Outline.Point a
Scene.Selection_.Outline.Point b

Segment(string)

Constructs a segment from given segment string.

Declaration
public Segment(string segmentString)
Parameters
Type Name Description
string segmentString

This string is a part of the outline string format. Currently it defines segment in X1,Y1;X2,Y2 format, where X1, Y1, X2, and Y2 are integers.

In this article
Back to top Generated by DocFX