VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / RenderImageCommand Class / SourceRect Property
Syntax Requirements SeeAlso
In This Topic
SourceRect Property (RenderImageCommand)
In This Topic
Gets or sets the rectangle, in pixels, that specifies the portion of an image to draw.
Syntax
'Declaration

<TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.RectangleFConverter)>
<DescriptionAttribute("The rectangle, in pixels, that specifies the portion of an image to draw.")>
Public Property SourceRect As System.Drawing.RectangleF

[TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)]
[Description("The rectangle, in pixels, that specifies the portion of an image to draw.")]
public System.Drawing.RectangleF SourceRect { get; set; }

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also