VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / MatrixTransformCommand Class / CropRect Property
Синтаксис Требования Смотрите также
В этом разделе
    CropRect Свойство (MatrixTransformCommand)
    В этом разделе
    Возвращает или задает прямоугольник в пикселях, который определяет способ обрезки изображения после преобразования.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The rectangle, in pixels, that defines how to crop image after transformation.")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.RectangleFConverter)>
    Public Property CropRect As System.Drawing.RectangleF
    
    
    [Description("The rectangle, in pixels, that defines how to crop image after transformation.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)]
    public System.Drawing.RectangleF CropRect { get; set; }
    
    
    [Description("The rectangle, in pixels, that defines how to crop image after transformation.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)]
    public: __property System.Drawing.RectangleF* get_CropRect();
    public: __property void set_CropRect(
    System.Drawing.RectangleF* value
    );
    [Description("The rectangle, in pixels, that defines how to crop image after transformation.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)]
    public:
    property System.Drawing.RectangleF^ CropRect { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }

    Property Value

    Пустой прямоугольник - изображение НЕ будет обрезано после преобразования; Не пустой прямоугольник - изображение будет обрезано после преобразования.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также