Class ExtensionMethods
Inheritance
System.Object
ExtensionMethods
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public static class ExtensionMethods
Methods
Clear(StringBuilder)
Declaration
public static void Clear(this StringBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | builder |
CopyTo(Stream, Stream)
Declaration
public static void CopyTo(this Stream stream, Stream output)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | |
System.IO.Stream | output |
GetBytes(Stream)
Declaration
public static byte[] GetBytes(this Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Returns
Type |
---|
System.Byte[] |
SetSource(BitmapImage, Stream)
Declaration
public static void SetSource(this BitmapImage bitmapImage, Stream imageStream)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Imaging.BitmapImage | bitmapImage | |
System.IO.Stream | imageStream |