Rectangle GetItemRectangle (int index); 参数 index Int32 要返回其边框的项的从零开始的索引。 返回 Rectangle Rectangle,表示指定项的边框。 例外 ArgumentOutOfRangeException index 参数或者小于零,或者大于或等于 Count 类的ListBox.ObjectCollection 属性的值。 注解 如果 参数中指定的 index 项不...
privateRectangleGetCheckBoxRectangleForListBoxItem(ListBox currentListBox,intitemIndex){constintedgeMargin =8; Rectangle itemRectangle = currentListBox.GetItemRectangle(itemIndex);// this is the bound of the checkboxvarcheckBoxRectangle =newRectangle( itemRectangle.Left + edgeMargin +2, itemRectangle.To...
Gets the list item rectangle in world units relative to the top-left of the parent shape.Namespace: Microsoft.VisualStudio.Modeling.Diagrams Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)...
Rectangle GetItemRectangle (int index); 参数 index Int32 要返回其边框的项的从零开始的索引。 返回 Rectangle Rectangle,表示指定项的边框。 例外 ArgumentOutOfRangeException index 参数或者小于零,或者大于或等于 Count 类的ListBox.ObjectCollection 属性的值。 注解 如果 参数中指定的 index 项不可见,则此...
Rectangle GetItemRectangle (int index); 参数 index Int32 要返回其边框的项的从零开始的索引。 返回 Rectangle Rectangle,表示指定项的边框。 例外 ArgumentOutOfRangeException index 参数或者小于零,或者大于或等于 Count 类的ListBox.ObjectCollection 属性的值。 注解 如果 参数中指定的 index 项不可见,则此...
Returns the bounding rectangle for an item in theListBox. C# publicSystem.Drawing.RectangleGetItemRectangle(intindex); Parameters index Int32 The zero-based index of item whose bounding rectangle you want to return. Returns Rectangle ARectanglethat represents the bounding rectangle for the specified ...
public RectangleD GetItemRectangle( ShapeElement parentShape, int row, int column ) Parameters parentShape Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement The ShapeElement to which this ShapeField belongs. row Type: System.Int32 The zero-based row number of the list item. column Type...
Rectangle GetItemRectangle (int index); 参数 index Int32 要返回其边框的项的从零开始的索引。 返回 Rectangle Rectangle,表示指定项的边框。 例外 ArgumentOutOfRangeException index 参数或者小于零,或者大于或等于 Count 类的ListBox.ObjectCollection 属性的值。 注解 如果 参数中指定的 index 项不可见,则此...
publicSystem.Drawing.RectangleGetItemRectangle(intindex); 参数 index Int32 要返回其边框的项的从零开始的索引。 返回 Rectangle Rectangle,表示指定项的边框。 例外 ArgumentOutOfRangeException index参数或者小于零,或者大于或等于Count类的ListBox.ObjectCollection属性的值。
publicSystem.Drawing.RectangleGetItemRectangle(intindex); 参数 index Int32 要返回其边框的项的从零开始的索引。 返回 Rectangle Rectangle,表示指定项的边框。 例外 ArgumentOutOfRangeException index参数或者小于零,或者大于或等于Count类的ListBox.ObjectCollection属性的值。