Interface ISvgBoundable
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public interface ISvgBoundable
Properties
Bounds
Declaration
RectangleF Bounds { get; }
Property Value
System.Drawing.RectangleF
|
Location
Declaration
PointF Location { get; }
Property Value
System.Drawing.PointF
|
Size
Declaration
SizeF Size { get; }
Property Value
System.Drawing.SizeF
|