Difference between revisions of "TSCARBitmap"
From SCAR Divi Manual
(→Members) |
(→Members) |
||
Line 29: | Line 29: | ||
*[[TSCARBitmap.Resize|Resize]] | *[[TSCARBitmap.Resize|Resize]] | ||
*[[TSCARBitmap.Rotate|Rotate]] | *[[TSCARBitmap.Rotate|Rotate]] | ||
+ | *[[TSCARBitmap.RotateEx|RotateEx]] | ||
*[[TSCARBitmap.SaveToBmp|SaveToBmp]] | *[[TSCARBitmap.SaveToBmp|SaveToBmp]] | ||
*[[TSCARBitmap.SaveToJpeg|SaveToJpeg]] | *[[TSCARBitmap.SaveToJpeg|SaveToJpeg]] | ||
Line 37: | Line 38: | ||
*[[TSCARBitmap.SetSize|SetSize]] | *[[TSCARBitmap.SetSize|SetSize]] | ||
*[[TSCARBitmap.Skew|Skew]] | *[[TSCARBitmap.Skew|Skew]] | ||
+ | *[[TSCARBitmap.SkewEx|SkewEx]] | ||
===Properties=== | ===Properties=== |
Latest revision as of 03:41, 12 November 2012
Hierarchy
TObject > TSCARObject > TSCARBitmap
Availability
SCAR Divi 3.35 > Current
Description
This class represents a bitmap. These bitmaps can be used in search functions to find them inside of a client. They also support alpha-blended drawing.
Members
Methods
- Assign
- AssignTo
- Clear
- Clone
- Create
- DrawTo
- DrawToEx
- Flip
- GetAlphaMask
- GetPixels
- LoadFromBmp
- LoadFromJpeg
- LoadFromPng
- LoadFromStr
- Resize
- Rotate
- RotateEx
- SaveToBmp
- SaveToJpeg
- SaveToPng
- SaveToStr
- SetAlphaMask
- SetPixels
- SetSize
- Skew
- SkewEx