RectangleF.Explicit 操作员 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| Explicit(RectangleF to Vector4) | 
						 将指定的 RectangleF 转换为 Vector4。  | 
        	
| Explicit(Vector4 to RectangleF) | 
						 将指定的 Vector4 转换为 RectangleF。  | 
        	
Explicit(RectangleF to Vector4)
- Source:
 - RectangleF.cs
 
- Source:
 - RectangleF.cs
 
- Source:
 - RectangleF.cs
 
将指定的 RectangleF 转换为 Vector4。
public:
 static explicit operator System::Numerics::Vector4(System::Drawing::RectangleF rectangle);
	public static explicit operator System.Numerics.Vector4 (System.Drawing.RectangleF rectangle);
	static member op_Explicit : System.Drawing.RectangleF -> System.Numerics.Vector4
	Public Shared Narrowing Operator CType (rectangle As RectangleF) As Vector4
	参数
- rectangle
 - RectangleF
 
要转换的矩形。
返回
表示转换后的 RectangleF向量。
适用于
Explicit(Vector4 to RectangleF)
- Source:
 - RectangleF.cs
 
- Source:
 - RectangleF.cs
 
- Source:
 - RectangleF.cs
 
将指定的 Vector4 转换为 RectangleF。
public:
 static explicit operator System::Drawing::RectangleF(System::Numerics::Vector4 vector);
	public static explicit operator System.Drawing.RectangleF (System.Numerics.Vector4 vector);
	static member op_Explicit : System.Numerics.Vector4 -> System.Drawing.RectangleF
	Public Shared Narrowing Operator CType (vector As Vector4) As RectangleF
	参数
- vector
 - Vector4
 
要变换的向量。
返回
表示转换后的 Vector4的矩形。