'Declaration Public Shared Sub CalculateTemplateGroupBoundingBoxes( _
ByVal oldBoundingBoxForTemplateGroupСтарая ограничивающая рамка для группы шаблонов полей формы.As System.Drawing.RectangleF, _
ByVal newBoundingBoxForTemplateGroupНовая ограничивающая рамка для группы шаблонов полей формы.As System.Drawing.RectangleF, _
ByVal oldBoundingBoxesForTemplatesСтарые ограничивающие рамки для шаблонов полей формы.As System.Collections.Generic.List(Of RectangleF), _
ByRef newBoundingBoxesForTemplatesНовые ограничивающие рамки для шаблонов полей формы.As System.Collections.Generic.List(Of RectangleF) _
)
public static void CalculateTemplateGroupBoundingBoxes(
System.Drawing.RectangleF oldBoundingBoxForTemplateGroup,
System.Drawing.RectangleF newBoundingBoxForTemplateGroup,
System.Collections.Generic.List<RectangleF> oldBoundingBoxesForTemplates,
out System.Collections.Generic.List<RectangleF> newBoundingBoxesForTemplates
)
public: static void CalculateTemplateGroupBoundingBoxes(
System.Drawing.RectangleF* oldBoundingBoxForTemplateGroup,
System.Drawing.RectangleF* newBoundingBoxForTemplateGroup,
System.Collections.Generic.List<RectangleF*>* oldBoundingBoxesForTemplates,
[PARAMFLAG::Out] System.Collections.Generic.List<RectangleF*>* newBoundingBoxesForTemplates
)
public:
static void CalculateTemplateGroupBoundingBoxes(
System.Drawing.RectangleF^ oldBoundingBoxForTemplateGroup,
System.Drawing.RectangleF^ newBoundingBoxForTemplateGroup,
System.Collections.Generic.List<RectangleF^>^ oldBoundingBoxesForTemplates,
[Out] System.Collections.Generic.List<RectangleF^>^ newBoundingBoxesForTemplates
)
Parameters
- oldBoundingBoxForTemplateGroup
- Старая ограничивающая рамка для группы шаблонов полей формы.
- newBoundingBoxForTemplateGroup
- Новая ограничивающая рамка для группы шаблонов полей формы.
- oldBoundingBoxesForTemplates
- Старые ограничивающие рамки для шаблонов полей формы.
- newBoundingBoxesForTemplates
- Новые ограничивающие рамки для шаблонов полей формы.