Show / Hide Table of Contents

Class WpfPointExtensions

Extensions for converting Point structures into Point.

Inheritance
object
WpfPointExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TheXDS.MCART.Types.Extensions
Assembly: MCART.Wpf.Common.dll
Syntax
public static class WpfPointExtensions

Methods

| Edit this page View Source

ToMcartPoint(Point)

Converts a Point into a Point.

Declaration
public static Point ToMcartPoint(Point x)
Parameters
Type Name Description
Point x

The Point to convert.

Returns
Type Description
Point

An Point equivalent to the specified Point.

| Edit this page View Source

ToPoint(Point)

Converts a Point into a Point.

Declaration
public static Point ToPoint(Point x)
Parameters
Type Name Description
Point x

The Point to convert.

Returns
Type Description
Point

A Point equivalent to the specified Point.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX