jjzjj

DisplayRectangle

全部标签

c# - Control.ClientRectangle 与 Control.DisplayRectangle

我理解客户矩形关于表单/控件的概念,但是我不明白之间有什么区别Control.ClientRectangle和Control.DisplayRectangle..在阅读了这两个属性的MSDN页面后,不清楚何时其中一个会返回与另一个不同的值。.ClientRectangle的MSDN页面说:Theclientareaofacontrolistheboundsofthecontrol,minusthenonclientelements,suchas:TitleBar,Border,ScrollBars,andMenu.这很清楚。.DisplayRectangle的MSDN页面说:Forth

c# - 从 Controller 发送图像以在 MVC3 中查看

我正在使用asp.netmvc3。我正在通过system.drawing使用文本制作位图。我要将该图像从我的Controller发送到我在VIEWDATA中的View,但在我看来我无法正确解析VIEWDATA。这是Controller代码:publicActionResultAbout(stringagha){agha="asgdjhagsdjgajdga";ColorBackColor=Color.White;StringFontName="TimesNewRoman";intFontSize=25;intHeight=50;intWidth=700;Bitmapbitmap=new

c# - 从 Controller 发送图像以在 MVC3 中查看

我正在使用asp.netmvc3。我正在通过system.drawing使用文本制作位图。我要将该图像从我的Controller发送到我在VIEWDATA中的View,但在我看来我无法正确解析VIEWDATA。这是Controller代码:publicActionResultAbout(stringagha){agha="asgdjhagsdjgajdga";ColorBackColor=Color.White;StringFontName="TimesNewRoman";intFontSize=25;intHeight=50;intWidth=700;Bitmapbitmap=new