exokem
Explore posts from serversFluent Syntax - generic methods
If you definitely want the syntax to be
PlacedIn(canvas).At(0, 0)
You can have the placedin overload accepting a canvas return a separate builder type with an At method that returns the original builder
Otherwise it would be simpler to have the position be optional parameters29 replies