Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal graphic1Index As Integer, _ ByVal graphic2Index As Integer _ ) |
C# | |
---|---|
public GeometryRelationPair( int graphic1Index, int graphic2Index ) |
Parameters
- graphic1Index
- Index of the Graphic from graphic1 list of graphics passed to the Relation operation.
- graphic2Index
- Index of the Graphic from graphic2 list of graphics passed to the Relation operation.
Target Platforms:Windows Phone 7