Difference between revisions of "TSCARBitmap"

From SCAR Divi Manual
Jump to: navigation, search
(Created page with "==Hierarchy== TObject > TSCARObject > TSCARBitmap ==Availability== SCAR Divi 3.35 > Current ==Description== This class represents a bitmap. These bitmaps can be...")
 
(Members)
 
(3 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]]
 
*[[TSCARBitmap.LoadFromPng|LoadFromPng]]
 
*[[TSCARBitmap.LoadFromPng|LoadFromPng]]
 
*[[TSCARBitmap.LoadFromStr|LoadFromStr]]
 
*[[TSCARBitmap.LoadFromStr|LoadFromStr]]
*[[TSCARBitmap.ReplaceColor|ReplaceColor]]
 
*[[TSCARBitmap.ReplaceColorTol|ReplaceColorTol]]
 
 
*[[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 35: 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