VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageDrawImageCommand Class / SourceRect Property
Синтаксис Требования Смотрите также
В этом разделе
    SourceRect Свойство (PdfPageDrawImageCommand)
    В этом разделе
    Возвращает или задает прямоугольник в пикселях,который определяет часть[OverlayImage]для рисования.
    Синтаксис
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.VintasoftDrawingConverter)>
    <DescriptionAttribute("The rectangle, in pixels, that specifies the portion of the  to draw.")>
    Public Property SourceRect As System.Drawing.RectangleF
    
    
    [TypeConverter(Vintasoft.Imaging.VintasoftDrawingConverter)]
    [Description("The rectangle, in pixels, that specifies the portion of the  to draw.")]
    public System.Drawing.RectangleF SourceRect { get; set; }
    
    
    [TypeConverter(Vintasoft.Imaging.VintasoftDrawingConverter)]
    [Description("The rectangle, in pixels, that specifies the portion of the  to draw.")]
    public: __property System.Drawing.RectangleF* get_SourceRect();
    public: __property void set_SourceRect(
    System.Drawing.RectangleF* value
    );
    [TypeConverter(Vintasoft.Imaging.VintasoftDrawingConverter)]
    [Description("The rectangle, in pixels, that specifies the portion of the  to draw.")]
    public:
    property System.Drawing.RectangleF^ SourceRect { 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

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