CGContext.StrokeRectWithWidth(CGRect, nfloat) 方法
定义
    
       重要
    
    一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
 
	
		
			笔划 。rect 线的一 width 半延伸到外围的任一 rect 侧。
		 
	 
	public void StrokeRectWithWidth (CoreGraphics.CGRect rect, nfloat width);
	member this.StrokeRectWithWidth : CoreGraphics.CGRect * nfloat -> unit
	参数
	
	
		
			- 
			
			width
			
 
			- 
				nfloat
				
			
 
		
		笔划线的宽度(以用户空间单位为单位)。
	 
	 适用于