Hide menu
Loading...
Searching...
No Matches
cadex.View.ImageBackgroundStyle Class Reference

Defines image background style. More...

Inheritance diagram for cadex.View.ImageBackgroundStyle:
cadex.View.BackgroundStyle cadex.BaseObject

Public Types

enum  FillMethod { Centered , Tiled , Stretch }
 

Public Member Functions

 ImageBackgroundStyle (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 ImageBackgroundStyle (string theImage, cadex.View.ImageBackgroundStyle.FillMethod theFillMethod)
 
 ImageBackgroundStyle (string theImage)
 
- Public Member Functions inherited from cadex.View.BackgroundStyle
 BackgroundStyle (global::System.IntPtr cPtr, bool cMemoryOwn)
 
- Public Member Functions inherited from cadex.BaseObject
 BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
bool IsNull ()
 
ulong Id ()
 Return unique identifier of public object.
 
bool IsEqual (cadex.BaseObject theObj)
 
override int GetHashCode ()
 
override bool Equals (System.Object o)
 

Protected Member Functions

override void Dispose (bool disposing)
 

Detailed Description

Defines image background style.

Member Function Documentation

◆ Dispose()

override void cadex.View.ImageBackgroundStyle.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.View.BackgroundStyle.