Class ExtensionMethods
Inheritance
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Documents.dll
Syntax
public static class ExtensionMethods : Object
Methods
AddWidth(Size, Size)
Declaration
public static Size AddWidth(this Size size1, Size size2)
Parameters
System.Windows.Size
size1
|
System.Windows.Size
size2
|
Returns
System.Windows.Size
|
AreClose(RectangleF, RectangleF)
Declaration
public static bool AreClose(this RectangleF rect1, RectangleF rect2)
Parameters
RectangleF
rect1
|
RectangleF
rect2
|
Returns
System.Boolean
|
BlendWith(Color, Color)
Declaration
public static Color BlendWith(this Color color, Color backColor)
Parameters
System.Windows.Media.Color
color
|
System.Windows.Media.Color
backColor
|
Returns
System.Windows.Media.Color
|
Darker(Color)
Declaration
public static Color Darker(this Color color)
Parameters
System.Windows.Media.Color
color
|
Returns
System.Windows.Media.Color
|
Darker(Color, Byte)
Declaration
public static Color Darker(this Color color, byte factor)
Parameters
System.Windows.Media.Color
color
|
System.Byte
factor
|
Returns
System.Windows.Media.Color
|
GetAssociatedLayoutBox(UIElement)
Declaration
public static LayoutBox GetAssociatedLayoutBox(this UIElement element)
Parameters
System.Windows.UIElement
element
|
Returns
LayoutBox
|
GetCurrentSectionBox(LayoutBox)
Declaration
public static SectionLayoutBox GetCurrentSectionBox(this LayoutBox box)
Parameters
LayoutBox
box
|
Returns
SectionLayoutBox
|
GetElement<T>(HierarchicalIndex, RadDocument)
Declaration
public static T GetElement<T>(this HierarchicalIndex index, RadDocument document)
where T : DocumentElement
Parameters
HierarchicalIndex
index
|
RadDocument
document
|
Returns
T
|
Type Parameters
T
|
GetLocation(Rect)
Declaration
public static Point GetLocation(this Rect rect)
Parameters
System.Windows.Rect
rect
|
Returns
System.Windows.Point
|
GetSize(Rect)
Declaration
public static Size GetSize(this Rect rect)
Parameters
System.Windows.Rect
rect
|
Returns
System.Windows.Size
|
IntersectsWith(Rect, Rect)
Declaration
public static bool IntersectsWith(this Rect rect, Rect rect1)
Parameters
System.Windows.Rect
rect
|
System.Windows.Rect
rect1
|
Returns
System.Boolean
|
Lighter(Color)
Declaration
public static Color Lighter(this Color color)
Parameters
System.Windows.Media.Color
color
|
Returns
System.Windows.Media.Color
|
Lighter(Color, Byte)
Declaration
public static Color Lighter(this Color color, byte factor)
Parameters
System.Windows.Media.Color
color
|
System.Byte
factor
|
Returns
System.Windows.Media.Color
|
LighterUsingHsl(Color)
Declaration
public static Color LighterUsingHsl(this Color color)
Parameters
System.Windows.Media.Color
color
|
Returns
System.Windows.Media.Color
|
ProbeDequeue<T>(Queue<T>)
Declaration
public static T ProbeDequeue<T>(this Queue<T> queue)
Parameters
System.Collections.Generic.Queue<T>
queue
|
Returns
T
|
Type Parameters
T
|
ProbePeek<T>(Stack<T>)
Declaration
public static T ProbePeek<T>(this Stack<T> stack)
Parameters
System.Collections.Generic.Stack<T>
stack
|
Returns
T
|
Type Parameters
T
|
ProbePop<T>(Stack<T>)
Declaration
public static T ProbePop<T>(this Stack<T> stack)
Parameters
System.Collections.Generic.Stack<T>
stack
|
Returns
T
|
Type Parameters
T
|
SetAssociatedLayoutBox(UIElement, LayoutBox)
Declaration
public static void SetAssociatedLayoutBox(this UIElement element, LayoutBox value)
Parameters
System.Windows.UIElement
element
|
LayoutBox
value
|
SetSourceEx(BitmapImage, Byte[], ref String)
Declaration
public static byte[] SetSourceEx(this BitmapImage bitmapImage, byte[] imageBytes, ref string extension)
Parameters
System.Windows.Media.Imaging.BitmapImage
bitmapImage
|
System.Byte[]
imageBytes
|
System.String
extension
|
Returns
System.Byte[]
|
SetSourceEx(BitmapImage, Stream, ref String)
Declaration
public static Stream SetSourceEx(this BitmapImage bitmapImage, Stream imageStream, ref string extension)
Parameters
System.Windows.Media.Imaging.BitmapImage
bitmapImage
|
System.IO.Stream
imageStream
|
System.String
extension
|
Returns
System.IO.Stream
|
Split(String, String)
Declaration
public static string[] Split(this string input, string separator)
Parameters
System.String
input
|
System.String
separator
|
Returns
System.String[]
|
ToPadding(Thickness)
Declaration
public static Padding ToPadding(this Thickness thickness)
Parameters
System.Windows.Thickness
thickness
|
Returns
Padding
|
ToPoint(PointF)
Declaration
public static Point ToPoint(this PointF point)
Parameters
PointF
point
|
Returns
System.Windows.Point
|
ToPointF(Point)
Declaration
public static PointF ToPointF(this Point point)
Parameters
System.Windows.Point
point
|
Returns
PointF
|
ToRect(RectangleF)
Declaration
public static Rect ToRect(this RectangleF rectangle)
Parameters
RectangleF
rectangle
|
Returns
System.Windows.Rect
|
ToRectangleF(Rect)
Declaration
public static RectangleF ToRectangleF(this Rect rectangle)
Parameters
System.Windows.Rect
rectangle
|
Returns
RectangleF
|
ToSizeF(Size)
Declaration
public static SizeF ToSizeF(this Size size)
Parameters
System.Windows.Size
size
|
Returns
SizeF
|
ToThickness(Padding)
Declaration
public static Thickness ToThickness(this Padding padding)
Parameters
Padding
padding
|
Returns
System.Windows.Thickness
|