tmssoftware.com
TMS Support Center
items with negative x,y
VCL
TMS Diagram Studio
Segers_Geert
(Segers Geert)
April 26, 2012, 8:12am
6
curDataBlock := TPolygonBlock.Create(nil);
with curDataBlock do
begin
for f := 0 to high(numpoints) do
begin
pts := numpoints
;
Polygon.Add(pts.X ,pts.Y);
end;
Diagram := DrawLayer;
LayerName :='test';
end;
show post in topic
Related topics
Topic
Replies
Views
Activity
moving point
TMS Diagram Studio
5
478
May 10, 2012
Move block
TMS Diagram Studio
3
468
May 28, 2012
Remark
TMS Diagram Studio
7
620
May 22, 2012
resize around mid
TMS Diagram Studio
11
534
June 21, 2012
Strange Polyline Behaviour
TMS Diagram Studio
5
696
September 1, 2011
© tmssoftware.com