很难解释,涉及角度和矩形
我有一个矩形和一个角。我需要在 C# 中提供 LinearGradientBrush
的起点和终点,以便 渐变 始终完美地适合此矩形,并且不会低于或超过- 延伸矩形。
你们中的一些数学运动员可以帮助我吗?我确信有一个非常简单的解决方案。
I have a rectangle and an angle. I need to provide the start and end points of a LinearGradientBrush
in C# so that the gradient always fits perfectly within this rectangle and never under or over-extends the rectangle.
Could some of you mathletes out there help me out? I'm sure there's a really simple solution to this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下工作会起作用吗(我无法测试它):
Would the following work (I am unable to test it):