Size.Explicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Explicitly converts instances of Size to other data types.
Overloads
Explicit(Size to Point) |
Explicitly converts an instance of Size to an instance of Point. |
Explicit(Size to Vector) |
Explicitly converts an instance of Size to an instance of Vector. |
Explicit(Size to Point)
public:
static explicit operator System::Windows::Point(System::Windows::Size size);
public static explicit operator System.Windows.Point (System.Windows.Size size);
static member op_Explicit : System.Windows.Size -> System.Windows.Point
Public Shared Narrowing Operator CType (size As Size) As Point
Parameters
Returns
A Point equal in value to this instance of Size.
Applies to
Explicit(Size to Vector)
public:
static explicit operator System::Windows::Vector(System::Windows::Size size);
public static explicit operator System.Windows.Vector (System.Windows.Size size);
static member op_Explicit : System.Windows.Size -> System.Windows.Vector
Public Shared Narrowing Operator CType (size As Size) As Vector
Parameters
Returns
A Vector equal in value to this instance of Size.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.