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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.