Ui Plus
  • 👋Welcome
  • 🛠️COMPONENTS
    • Control
      • ⚫Button
      • ⚫Check Box
      • ⚫Dropdown List
      • ⚫List Box
      • ⚫Radio
      • ⚫Range Slider
      • ⚫Scroll Integer
      • ⚫Scroll Number
      • ⚫Scroll Text
      • ⚫Slider
      • ⚫Text Box
      • ⚫Toggle
      • ⚫Color Canvas
      • ⚫Color Canvas Dropdown
      • ⚫Color Palette
      • ⚫Color Palette Dropdown
      • ⚫Color Slider
      • ⚫Eye Dropper
      • ⚫Calendar
      • ⚫Clock
      • ⚫Pick Date
      • ⚫Pick Time
    • Display
      • ⚫Label
      • ⚫Text Block
      • ⚫Browser
      • ⚫Image
      • ⚫Rhino Viewer
      • ⚫Spacer
      • ⚫Gradient
      • ⚫Legend
    • Command
      • ⚫Rhino Command Button
      • ⚫Rhino Select Button
      • ⚫Load Button
      • ⚫Save Button
    • Chart
      • ⚫Data Series
      • ⚫Cell Graphics
      • ⚫Data Series Graphics
      • ⚫Data Series Labels
      • ⚫Modify Chart
      • ⚫Grid Chart
      • ⚫Table Chart
      • ⚫Area Chart
      • ⚫Bar Chart
      • ⚫Donut Chart
      • ⚫Gantt Chart
      • ⚫Heat Grid
      • ⚫Line Chart
      • ⚫Scatter Chart
      • ⚫Step Line Chart
      • ⚫Gauge Chart
    • Layout
      • ⚫Dock Layout
      • ⚫Grid Layout
      • ⚫Placement Layout
      • ⚫Stack Layout
      • ⚫Tabbed Layout
      • ⚫Wrap Layout
      • ⚫Border Layout
      • ⚫Card Layout
      • ⚫Expander Layout
      • ⚫Scroll Layout
    • Modify
      • ⚫Set Font
      • ⚫Set Graphics
      • ⚫Align
      • ⚫Margin/Padding
      • ⚫Even Margin/Padding
      • ⚫Resize
    • Window
      • ⚫Window
      • ⚫Modify Window
      • ⚫Capture Image
      • ⚫Print
    • Get
      • ⚫Ui Values
  • 🔗Dependencies
Powered by GitBook
On this page
  • Description
  • Usage
  1. COMPONENTS
  2. Window

Capture Image

Create a bitmap of the current state of a window with an option to save a file

PreviousModify WindowNextPrint

Last updated 3 years ago

Description

Create a bitmap of the current state of a window with an option to save a file

Name | Ui Capture Image

Nickname | Capture

Tab | Ui

Panel | Window

Division | 2

W | Window (Ui+ Window) | A Ui Window object

F | Folder Path (A) | The folder path to save the file

N | File Name (A) | The file name for the image

R | Resolution (A) | The PPI (Pixels Per Inch) resolution for the image which must be greater than or equal to 72.

S | Save (A) | If true, save image file

B | Bitmap (System.Drawing.Bitmap) | A Bitmap of window contents

none

Usage

🛠️
⚫