Class RadImageSegment
Inheritance
System.Object
RadImageSegment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadImageSegment
Constructors
RadImageSegment(ImageSegments)
Properties
ImagePart
Gets or sets the image part associated with this object.
Declaration
public Image ImagePart { get; set; }
Property Value
System.Drawing.Image
|
RenderMargins
Declaration
public Padding RenderMargins { get; }
Property Value
System.Windows.Forms.Padding
|
Segment
Gets the segment associated with this object.
Declaration
public ImageSegments Segment { get; }
Property Value
ImageSegments
|
SourceRect
Declaration
public Rectangle SourceRect { get; }
Property Value
System.Drawing.Rectangle
|
Methods
Dispose()
Declaration
public void Dispose()
GetDestinationRect(Rectangle, Padding)
Declaration
public Rectangle GetDestinationRect(Rectangle paintRect, Padding margins)
Parameters
System.Drawing.Rectangle
paintRect
|
System.Windows.Forms.Padding
margins
|
Returns
System.Drawing.Rectangle
|
UpdateFromImage(Image, Padding)
Declaration
public void UpdateFromImage(Image image, Padding margins)
Parameters
System.Drawing.Image
image
|
System.Windows.Forms.Padding
margins
|
UpdateSourceRect(Size, Padding)
Declaration
public void UpdateSourceRect(Size imageSize, Padding margins)
Parameters
System.Drawing.Size
imageSize
|
System.Windows.Forms.Padding
margins
|