Class
CroppedBitmap

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public class CroppedBitmap : BitmapSource, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<ImageSource>ImageSourceBitmapSourceCroppedBitmap

Implements: IAutomationPeerIPeerConverter

Inherited Members ImageSource.ToStringMethodImageSource.ToString()AutomationObject<ImageSource>.GetProperty(AutomationProperty)AutomationObject<ImageSource>.GetProperty(AutomationProperty, object)AutomationObject<ImageSource>.SetProperty(AutomationProperty, object)AutomationObject<ImageSource>.InvokeMethod(AutomationMethod, params object[])AutomationObject<ImageSource>.InvokeMethod(string, params object[])AutomationObject<ImageSource>.Serialize()AutomationObject<ImageSource>.Deserialize(string)AutomationObject<ImageSource>.AssignReference(AutomationReference)AutomationObject<ImageSource>.ToRealObject()AutomationObject<ImageSource>.FromRealObject(object)AutomationObject<ImageSource>.ReferenceAutomationObject<ImageSource>.PropertyBag

Constructors

CroppedBitmap()

Declaration

cs-api-definition
public CroppedBitmap()

Fields

SourceProperty

Declaration

cs-api-definition
public static AutomationProperty SourceProperty

Field Value

AutomationProperty

SourceRectProperty

Declaration

cs-api-definition
public static AutomationProperty SourceRectProperty

Field Value

AutomationProperty

Properties

Source

Declaration

cs-api-definition
[DataMember]
public BitmapSource Source { get; set; }

Property Value

BitmapSource

SourceRect

Declaration

cs-api-definition
[DataMember]
public Int32Rect SourceRect { get; set; }

Property Value

Int32Rect

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides BitmapSource.GetRealType()