VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing Namespace / RenderImageCommand Class / DestRect Property
Синтаксис Требования Смотрите также
В этом разделе
    DestRect Свойство (RenderImageCommand)
    В этом разделе
    Возвращает или задает прямоугольник в мировом пространстве, который определяет расположение и размер рисуемого изображения.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The rectangle, in world space, that specifies the location and size of the drawn image.")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.RectangleFConverter)>
    Public Property DestRect As System.Drawing.RectangleF
    
    
    [Description("The rectangle, in world space, that specifies the location and size of the drawn image.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)]
    public System.Drawing.RectangleF DestRect { get; set; }
    
    
    [Description("The rectangle, in world space, that specifies the location and size of the drawn image.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)]
    public: __property System.Drawing.RectangleF* get_DestRect();
    public: __property void set_DestRect(
    System.Drawing.RectangleF* value
    );
    [Description("The rectangle, in world space, that specifies the location and size of the drawn image.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)]
    public:
    property System.Drawing.RectangleF^ DestRect { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }
    Требования

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

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