CroppedBitmap.SourceRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the rectangular area that the bitmap is cropped to.
public:
property System::Windows::Int32Rect SourceRect { System::Windows::Int32Rect get(); void set(System::Windows::Int32Rect value); };
public System.Windows.Int32Rect SourceRect { get; set; }
member this.SourceRect : System.Windows.Int32Rect with get, set
Public Property SourceRect As Int32Rect
Property Value
The rectangular area that the bitmap is cropped to. The default is Empty.
Remarks
A CroppedBitmap with a SourceRect set to Int32Rect.Empty will render the entire image.
A rectangle that is not fully within the bounds of the bitmap will not render.
Dependency Property Information
Identifier field | SourceRectProperty |
Metadata properties set to true |
None |
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.