Version

ImageRegion Class Members

The following tables list the members exposed by ImageRegion.

Public Constructors
 NameDescription
Public ConstructorImageRegion ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldRegionCreatedInvoked when the ImageRegion is created.  
Public FieldRegionDestroyedInvoked when the ImageRegion is destroyed.  
Public Properties
 NameDescription
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyRegionReturns the region based on the image.  
Public PropertyShapeImageReturns or sets the image used to create the region.  
Public PropertyShapeSizeReturns or sets the size of the image shape.  
Public PropertyTransparentColorColor which is masked out by the image.  
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Invoked when the Dispose method of the object is invoked.  
Protected MethodOnRegionCreatedUsed to invoke the RegionCreated event  
Protected MethodOnRegionDestroyedUsed to invoke the RegionDestroyed event  
See Also