RectangleF.Explicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Explicit(RectangleF to Vector4) |
將指定的 RectangleF 轉換成 Vector4。 |
Explicit(Vector4 to RectangleF) |
將指定的 Vector4 轉換成 RectangleF。 |
Explicit(RectangleF to Vector4)
將指定的 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)
將指定的 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轉換之的矩形。