Adds a new straight segment to shape's outline, starting from the point specified as argument.
SyntaxVB6
Copy Code
|
|---|
Public Sub AddOutlineStraight( _ |
C++
Copy Code
|
|---|
public: |
RemarksThe segment ends at the first point of the next part added to the outline, or at the first point of the outline if CompleteDefinition is called next.
See Also