RectangleF.Explicit 연산자

정의

오버로드

Explicit(RectangleF to Vector4)

지정된 RectangleFVector4로 변환합니다.

Explicit(Vector4 to RectangleF)

지정된 Vector4RectangleF로 변환합니다.

Explicit(RectangleF to Vector4)

지정된 RectangleFVector4로 변환합니다.

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

변환할 사각형입니다.

반환

Vector4

변환된 RectangleF벡터를 나타내는 벡터입니다.

적용 대상

Explicit(Vector4 to RectangleF)

지정된 Vector4RectangleF로 변환합니다.

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

변환할 벡터입니다.

반환

RectangleF

변환된 Vector4을 나타내는 사각형입니다.

적용 대상