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를 나타내는 사각형입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET