Difference between revisions of "TSCARBitmap"

From SCAR Divi Manual
Jump to: navigation, search
(Methods)
(Members)
 
(2 intermediate revisions by the same user not shown)
Line 22: Line 22:
 
*[[TSCARBitmap.Flip|Flip]]
 
*[[TSCARBitmap.Flip|Flip]]
 
*[[TSCARBitmap.GetAlphaMask|GetAlphaMask]]
 
*[[TSCARBitmap.GetAlphaMask|GetAlphaMask]]
 +
*[[TSCARBitmap.GetPixels|GetPixels]]
 
*[[TSCARBitmap.LoadFromBmp|LoadFromBmp]]
 
*[[TSCARBitmap.LoadFromBmp|LoadFromBmp]]
 
*[[TSCARBitmap.LoadFromJpeg|LoadFromJpeg]]
 
*[[TSCARBitmap.LoadFromJpeg|LoadFromJpeg]]
Line 28: 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 33: Line 35:
 
*[[TSCARBitmap.SaveToStr|SaveToStr]]
 
*[[TSCARBitmap.SaveToStr|SaveToStr]]
 
*[[TSCARBitmap.SetAlphaMask|SetAlphaMask]]
 
*[[TSCARBitmap.SetAlphaMask|SetAlphaMask]]
 +
*[[TSCARBitmap.SetPixels|SetPixels]]
 
*[[TSCARBitmap.SetSize|SetSize]]
 
*[[TSCARBitmap.SetSize|SetSize]]
 +
*[[TSCARBitmap.Skew|Skew]]
 +
*[[TSCARBitmap.SkewEx|SkewEx]]
  
 
===Properties===
 
===Properties===

Latest revision as of 04: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

Properties

See Also