Class WriteableBitmap
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: System.Windows.Media.Imaging
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class WriteableBitmap : BitmapSource
Constructors
| Improve this Doc View SourceWriteableBitmap(Int32, Int32)
Declaration
[NotImplemented]
public WriteableBitmap(int pixelWidth, int pixelHeight)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pixelWidth | |
System.Int32 | pixelHeight |
WriteableBitmap(BitmapSource)
Declaration
[NotImplemented]
public WriteableBitmap(BitmapSource source)
Parameters
Type | Name | Description |
---|---|---|
BitmapSource | source |
WriteableBitmap(UIElement, Transform)
Declaration
[NotImplemented]
public WriteableBitmap(UIElement element, Transform transform)
Parameters
Type | Name | Description |
---|---|---|
UIElement | element | |
Transform | transform |
Properties
| Improve this Doc View SourcePixels
Declaration
[NotImplemented]
public int[] Pixels { get; }
Property Value
Type | Description |
---|---|
System.Int32[] |
Methods
| Improve this Doc View SourceInvalidate()
Declaration
[NotImplemented]
public void Invalidate()
Render(UIElement, Transform)
Declaration
[NotImplemented]
public void Render(UIElement element, Transform transform)
Parameters
Type | Name | Description |
---|---|---|
UIElement | element | |
Transform | transform |