Skip to content

Commit 4c65061

Browse files
committed
2 parents f9219c2 + 326e68c commit 4c65061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/graphics/Plot2D/graphics2D.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Module graphics2DTools
387387
End If
388388
End Function
389389

390-
<ExportAPI("rectangle")>
390+
<ExportAPI("rectangle_obj")>
391391
Public Function rectangle(location As PointF, size As SizeF) As RectangleF
392392
Return New RectangleF(location, size)
393393
End Function

0 commit comments

Comments
 (0)